Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

3 876 Posts in 868 Topics- by 723 Members - Latest Member: tablarock

23 May 2012, 06:41
Select Language English | Russian ru | German
Main PageIRC Client KVIrc forumKVIrc discussionKVIrc scriptingOpchat for KVirc
Pages: [1]
Print
Author Topic: Opchat for KVirc  (Read 360 times)
0 Members and 1 Guest are viewing this topic.
jukeman
Новичок
*

Репутация: 0
Posts: 1


View Profile Email
« on: 19 January 2012, 00:34 »

I'm new to linux and I don't know how to do opchat in KVirc. I'm used to the opchat on mirc and I'm going to have to learn how to write for this to do what I want but I need a starting place. I would appreciate some info on this.
Logged
ambossarm
Постоялец
***

Репутация: 11
Gender: Male
Posts: 113



View Profile
« Reply #1 on: 21 January 2012, 14:34 »

Quote
I would appreciate some info on this.

I really hate it, when ppl ask for a feature like X and do not say what X does.
Logged
dracozny
Новичок
*

Репутация: 2
Posts: 43


View Profile
« Reply #2 on: 22 April 2012, 01:56 »

closest guess is a wallops or globops chat window.
Logged
dracozny
Новичок
*

Репутация: 2
Posts: 43


View Profile
« Reply #3 on: 27 April 2012, 22:42 »

just for the heck of it a dabbled with some code here
Code:
action.create -i -c -l -t=irc ("wallops",$tr("wallops"),$tr("open wallop window"),$icon(wallops),$icon(wallops))
{
if($window.exists($window("$server wallops",$context))==0)
{
$window.open("i","$server wallops",$context,10)
}
}

event(OnTextInput,default)
{
if ($active==$window("$server wallops",$context))
{
raw -q wallops $0
}
}




event(OnWallops,default)
{
if($window.exists($window("$server wallops",$context))==0)
{
$window.open("i","$server wallops",$context,10)
}
echo -w=$window("$server wallops",$context) $0: $3
}

if he wanted globops instead that would require on server notice instead.
« Last Edit: 28 April 2012, 09:19 by dracozny » Logged
Pages: [1]
Print
Jump to:  

Theme orange-lt created by panic