summaryrefslogtreecommitdiffstats
path: root/src/kvirc/kvs/kvi_kvs_eventtable.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-28 18:31:12 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-28 18:31:12 +0000
commit0a80cfd57d271dd44221467efb426675fa470356 (patch)
tree6f503a31aa078eaf8fa015cf1749808529d49fc9 /src/kvirc/kvs/kvi_kvs_eventtable.cpp
parent3329e5a804e28ef3f5eb51d1e7affdd5a508e8f2 (diff)
downloadkvirc-0a80cfd57d271dd44221467efb426675fa470356.tar.gz
kvirc-0a80cfd57d271dd44221467efb426675fa470356.zip
TQt4 port kvirc
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1238719 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kvirc/kvs/kvi_kvs_eventtable.cpp')
-rw-r--r--src/kvirc/kvs/kvi_kvs_eventtable.cpp76
1 files changed, 38 insertions, 38 deletions
diff --git a/src/kvirc/kvs/kvi_kvs_eventtable.cpp b/src/kvirc/kvs/kvi_kvs_eventtable.cpp
index 4b8c8c9..e2bab77 100644
--- a/src/kvirc/kvs/kvi_kvs_eventtable.cpp
+++ b/src/kvirc/kvs/kvi_kvs_eventtable.cpp
@@ -254,7 +254,7 @@ KviKvsEvent KviKvsEventManager::m_appEventTable[KVI_NUM_SCRIPT_EVENTS]=
@description:
This event is triggered in the first console of a new frame window.
A frame window is the toplevel window that contains the consoles
- and the other MDI children windows.
+ and the other MDI tqchildren windows.
@seealso:
[event:onframewindowdestroyed]OnFrameWindowDestroyed[/event]
*/
@@ -842,7 +842,7 @@ KviKvsEvent KviKvsEventManager::m_appEventTable[KVI_NUM_SCRIPT_EVENTS]=
Console
@description:
Triggered when an user is quitting IRC.[br]
- The QUIT message has already been processed by the server , so
+ The TQUIT message has already been processed by the server , so
the user is effectively no longer on IRC.
On the other side, it might be useful to access the user-related data from
this event, thus the handler is called effectively just BEFORE the
@@ -1035,7 +1035,7 @@ KviKvsEvent KviKvsEventManager::m_appEventTable[KVI_NUM_SCRIPT_EVENTS]=
$0 = source nick
$1 = source username
$2 = source hostname
- $3 = ban mask
+ $3 = ban tqmask
@window:
Channel window
@description:
@@ -1043,7 +1043,7 @@ KviKvsEvent KviKvsEventManager::m_appEventTable[KVI_NUM_SCRIPT_EVENTS]=
@seealso:
[event:onunban]OnUnban[/event]
*/
- EVENT("OnBan","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = ban mask"),
+ EVENT("OnBan","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = ban tqmask"),
/*
@doc: onunban
@type:
@@ -1056,7 +1056,7 @@ KviKvsEvent KviKvsEventManager::m_appEventTable[KVI_NUM_SCRIPT_EVENTS]=
$0 = source nick
$1 = source username
$2 = source hostname
- $3 = unban mask
+ $3 = unban tqmask
@window:
Channel window
@description:
@@ -1064,7 +1064,7 @@ KviKvsEvent KviKvsEventManager::m_appEventTable[KVI_NUM_SCRIPT_EVENTS]=
@seealso:
[event:onban]OnBan[/event]
*/
- EVENT("OnUnBan","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = ban mask"),
+ EVENT("OnUnBan","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = ban tqmask"),
/*
@doc: onmeban
@type:
@@ -1077,15 +1077,15 @@ KviKvsEvent KviKvsEventManager::m_appEventTable[KVI_NUM_SCRIPT_EVENTS]=
$0 = source nickname
$1 = source username
$2 = source hostname
- $3 = ban mask
+ $3 = ban tqmask
@window:
Channel
@description:
- Triggered when someone has set a +b flag that matches your mask (bans you) in the channel.[br]
+ Triggered when someone has set a +b flag that matches your tqmask (bans you) in the channel.[br]
@seealso:
[event:onmeunban]OnMeUnban[/event]
*/
- EVENT("OnMeBan","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = ban mask"),
+ EVENT("OnMeBan","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = ban tqmask"),
/*
@doc: onmeunban
@type:
@@ -1098,15 +1098,15 @@ KviKvsEvent KviKvsEventManager::m_appEventTable[KVI_NUM_SCRIPT_EVENTS]=
$0 = source nickname
$1 = source username
$2 = source hostname
- $3 = ban mask
+ $3 = ban tqmask
@window:
Channel
@description:
- Triggered when someone has set a -b flag that matches your mask (debans you) in the channel.[br]
+ Triggered when someone has set a -b flag that matches your tqmask (debans you) in the channel.[br]
@seealso:
[event:onmeban]OnMeBan[/event]
*/
-EVENT("OnMeUnban","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = ban mask"),
+EVENT("OnMeUnban","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = ban tqmask"),
/*
@doc: onbanexception
@type:
@@ -1119,7 +1119,7 @@ EVENT("OnMeUnban","$0 = source nick\n$1 = source username\n$2 = source hostname\
$0 = source nick
$1 = source username
$2 = source hostname
- $3 = banexception mask
+ $3 = banexception tqmask
@window:
Channel window
@description:
@@ -1128,7 +1128,7 @@ EVENT("OnMeUnban","$0 = source nick\n$1 = source username\n$2 = source hostname\
[event:onbanexceptionremove]OnBanExceptionRemove[/event]
*/
- EVENT("OnBanException","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = ban exception mask"),
+ EVENT("OnBanException","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = ban exception tqmask"),
/*
@doc: onbanexceptionremove
@type:
@@ -1141,7 +1141,7 @@ EVENT("OnMeUnban","$0 = source nick\n$1 = source username\n$2 = source hostname\
$0 = source nick
$1 = source username
$2 = source hostname
- $3 = unban mask
+ $3 = unban tqmask
@window:
Channel window
@description:
@@ -1149,7 +1149,7 @@ EVENT("OnMeUnban","$0 = source nick\n$1 = source username\n$2 = source hostname\
@seealso:
[event:onbanexception]OnBanException[/event]
*/
- EVENT("OnBanExceptionRemove","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = ban exception mask"),
+ EVENT("OnBanExceptionRemove","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = ban exception tqmask"),
/*
@doc: onmebanexception
@type:
@@ -1162,7 +1162,7 @@ EVENT("OnMeUnban","$0 = source nick\n$1 = source username\n$2 = source hostname\
$0 = source nick
$1 = source username
$2 = source hostname
- $3 = mask
+ $3 = tqmask
@window:
Channel window
@description:
@@ -1171,7 +1171,7 @@ channel
@seealso:
[event:onmebanexceptionremove]OnMeBanExceptionRemove[/event]
*/
- EVENT("OnMeBanException","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = mask"),
+ EVENT("OnMeBanException","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = tqmask"),
/*
@doc: onmebanexceptionremove
@type:
@@ -1184,7 +1184,7 @@ channel
$0 = source nick
$1 = source username
$2 = source hostname
- $3 = mask
+ $3 = tqmask
@window:
Channel window
@description:
@@ -1192,7 +1192,7 @@ channel
@seealso:
[event:onmebanexception]OnMeBanException[/event]
*/
- EVENT("OnMeBanExceptionRemove","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = mask"),
+ EVENT("OnMeBanExceptionRemove","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = tqmask"),
/*
@doc: onop
@type:
@@ -1622,7 +1622,7 @@ channel
@short:
An unhandled literal server message has been received
@parameters:
- $0 = source mask
+ $0 = source tqmask
$1 = message (literal)
$2- = parameters
@window:
@@ -1636,7 +1636,7 @@ channel
raw numeric events to handle them.[br]
@seealso:
*/
- EVENT("OnUnhandledLiteral","$0 = source mask\n$1 = message\n$2- parameters"),
+ EVENT("OnUnhandledLiteral","$0 = source tqmask\n$1 = message\n$2- parameters"),
/*
@doc: onmehalfop
@type:
@@ -1731,7 +1731,7 @@ channel
$0 = source nick
$1 = source username
$2 = source host
- $3 = target mask
+ $3 = target tqmask
@window:
Channels window
@description:
@@ -1739,7 +1739,7 @@ channel
@seealso:
[event:oninviteexceptionremove]OnInviteExceptionRemove[/event]
*/
- EVENT("OnInviteException","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = target mask"),
+ EVENT("OnInviteException","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = target tqmask"),
/*
@doc: oninviteexceptionremove
@type:
@@ -1752,7 +1752,7 @@ channel
$0 = source nick
$1 = source username
$2 = source host
- $3 = target mask
+ $3 = target tqmask
@window:
Channels window
@description:
@@ -1760,7 +1760,7 @@ channel
@seealso:
[event:oninviteexceptionremove]OnInviteExceptionRemove[/event]
*/
- EVENT("OnInviteExceptionRemove","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = target mask"),
+ EVENT("OnInviteExceptionRemove","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = target tqmask"),
/*
@doc: onmeinviteexception
@type:
@@ -1773,16 +1773,16 @@ channel
$0 = source nick
$1 = source username
$2 = source host
- $3 = mask
+ $3 = tqmask
@window:
Channels window
@description:
- Someone has set mode +I on a channel with a target mask that matches
- the local user mask
+ Someone has set mode +I on a channel with a target tqmask that matches
+ the local user tqmask
@seealso:
[event:onmeinviteexceptionremove]OnMeInviteExceptionRemove[/event]
*/
- EVENT("OnMeInviteException","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = mask"),
+ EVENT("OnMeInviteException","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = tqmask"),
/*
@doc: onmeinviteexceptionremove
@type:
@@ -1795,16 +1795,16 @@ channel
$0 = source nick
$1 = source username
$2 = source host
- $3 = mask
+ $3 = tqmask
@window:
Channels window
@description:
- Someone has set mode -I on a channel with a target mask that matches
- the local user mask
+ Someone has set mode -I on a channel with a target tqmask that matches
+ the local user tqmask
@seealso:
[event:onmeinviteexceptionremove]OnMeInviteExceptionRemove[/event]
*/
- EVENT("OnMeInviteExceptionRemove","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = mask"),
+ EVENT("OnMeInviteExceptionRemove","$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = tqmask"),
/*
@doc: onaction
@type:
@@ -2107,7 +2107,7 @@ channel
$5 contains the original color/icon set of the message that depends on
the type of the message itself.[br]
Since the CTCP ACTION messages generally have different format of output
- then for your convenience $6 contains 1 if the message was caused by a
+ then for your convenience $6 tqcontains 1 if the message was caused by a
CTCP ACTION and 0 otherwise.[br]
If you call [cmd]halt[/cmd] in this event the message output will be completely disabled
(thus, KVIrc assumes that YOU have provided the necessary output and feedback to the user).[br]
@@ -2797,11 +2797,11 @@ channel
Triggered when the user requests a disconnection from
a server by pressing the "disconnect", by closing
the console or closing KVIrc. It is your last chance
- to send some meaningful data to the server before the QUIT message
+ to send some meaningful data to the server before the TQUIT message
is sent. You can't prevent the user from disconnecting: [cmd]halt [/cmd]does nothing here.[br]
This event is useful to either give a salute to all the users
you were talking with or maybe to send some commands to the
- bouncer you're connected to. Note that you can override the QUIT
+ bouncer you're connected to. Note that you can override the TQUIT
message sent by KVIrc by sending it by youself first.[br]
@seealso:
*/
@@ -2967,7 +2967,7 @@ channel
channel
@description:
Triggered when a channel mode has been changed, AFTER all the mode specific events
- were triggered. $3 contains the unparsed mode flags (-o+b...) and $4 contains
+ were triggered. $3 contains the unparsed mode flags (-o+b...) and $4 tqcontains
the unparsed mode parameter string (you need to split it!).
*/
EVENT("OnChannelModeChange","$0 = sourcenick\n$1 = sourceusername\n$2 = sourcehost\n$3 = modeflags\n$4 = mode params"),