~ubuntu-branches/ubuntu/edgy/kvirc/edgy

« back to all changes in this revision

Viewing changes to src/kvirc/kvs/kvi_kvs_eventtable.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Brandon Holtsclaw
  • Date: 2006-08-12 01:17:12 UTC
  • Revision ID: james.westby@ubuntu.com-20060812011712-jh48vqw1l9vnz2b2
Tags: 2:3.2.4-3ubuntu1
Merge from debian unstable ( again ).

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
                @parameters:
44
44
                        None
45
45
                @window:
46
 
                        Console of the first irc context
 
46
                        Console of the first IRC context
47
47
                @description:
48
48
                        This event is triggered on KVIrc startup.
49
 
                        It is bound to the console of the first created irc context.
 
49
                        It is bound to the console of the first created IRC context.
50
50
                        This is a little tricky, since this event is triggered
51
51
                        before the related [event:onirccontextcreated]OnIRCContextCreated[/event] event.
52
52
                        This is to make OnApplicationStartup be the absolutely first
68
68
                @parameters:
69
69
                        None
70
70
                @window:
71
 
                        Console of the last irc context
 
71
                        Console of the last IRC context
72
72
                @description:
73
73
                        This event is triggered on KVIrc shutdown.
74
 
                        It is bound to the console of the last existing irc context.
 
74
                        It is bound to the console of the last existing IRC context.
75
75
                        This is a little tricky, since this event is triggered
76
76
                    immediately after the on [event:onirccontextdestroyed]OnIRCContextDestroyed[/event] event,
77
77
                        so in theory the console should be already destroyed.
89
89
                @title:
90
90
                        OnIRCContextCreated
91
91
                @short:
92
 
                        Triggered when a new irc context is created
 
92
                        Triggered when a new IRC context is created
93
93
                @parameters:
94
94
                        None
95
95
                @window:
96
 
                        Console of the created irc context
 
96
                        Console of the created IRC context
97
97
                @description:
98
 
                        This event is triggered when a new irc context is created.
99
 
                        It is bound to the console of the related irc context,
 
98
                        This event is triggered when a new IRC context is created.
 
99
                        It is bound to the console of the related IRC context,
100
100
                        that is the first window that is created.
101
101
                @seealso:
102
102
                        [event:onirccontextdestroyed]OnIRCContextDestroyed[/event]
109
109
                @title:
110
110
                        OnIRCContextDestroyed
111
111
                @short:
112
 
                        Triggered when an irc context is destroyed
 
112
                        Triggered when an IRC context is destroyed
113
113
                @parameters:
114
114
                        None
115
115
                @window:
116
 
                        Console of the destroyed irc context
 
116
                        Console of the destroyed IRC context
117
117
                @description:
118
 
                        This event is triggered when an irc context is being destroyed.
119
 
                        It is bound to the console of the related irc context,
 
118
                        This event is triggered when an IRC context is being destroyed.
 
119
                        It is bound to the console of the related IRC context,
120
120
                        that is the last window of the context that is destroyed.
121
121
                @seealso:
122
122
                        [event:onirccontextcreated]OnIRCContextCreated[/event]
127
127
                @type:
128
128
                        event
129
129
                @title:
130
 
                        OnIRCConnectionEstabilished
 
130
                        OnIRCConnectionEstablished
131
131
                @short:
132
 
                        Triggered when a new irc connection has been established
 
132
                        Triggered when a new IRC connection has been established
133
133
                @parameters:
134
134
                        None
135
135
                @window:
136
 
                        Console of the related irc context
 
136
                        Console of the related IRC context
137
137
                @description:
138
 
                        This event is triggered immediately after an irc connection
 
138
                        This event is triggered immediately after an IRC connection
139
139
                        has been established. No data has been sent to the server yet
140
140
                        and you have not logged in: it is not a good idea
141
141
                        attempting to send data to the server (READ: [b]This is NOT
149
149
                @seealso:
150
150
                        [event:onircconnectionterminated]OnIRCConnectionTerminated[/event]
151
151
        */
152
 
        EVENT("OnIRCConnectionEstabilished",""),
 
152
        EVENT("OnIRCConnectionEstablished",""),
153
153
        /*
154
154
                @doc: onircconnectionterminated
155
155
                @type:
157
157
                @title:
158
158
                        OnIRCConnectionTerminated
159
159
                @short:
160
 
                        Triggered when an irc connection has been terminated
 
160
                        Triggered when an IRC connection has been terminated
161
161
                @parameters:
162
162
                        None
163
163
                @window:
164
 
                        Console of the related irc context
 
164
                        Console of the related IRC context
165
165
                @description:
166
 
                        This event is triggered immediately after an irc connection
 
166
                        This event is triggered immediately after an IRC connection
167
167
                        has been terminated. The socket is already closed, so you
168
168
                        can't send data to the server. You can still read
169
169
                        the connection parameters like the server name or
170
170
                        network name. By calling [cmd]halt[/cmd] in this
171
171
                        event you will stop the "Connection terminated..." output.
172
172
                @seealso:
173
 
                        [event:onircconnectionestablished]OnIRCConnectionEstabilished[/event]
 
173
                        [event:onircconnectionestablished]OnIRCConnectionEstablished[/event]
174
174
        */
175
175
        EVENT("OnIRCConnectionTerminated",""),
176
176
        /*
184
184
                @parameters:
185
185
                        None
186
186
                @window:
187
 
                        Console of the related irc context
 
187
                        Console of the related IRC context
188
188
                @description:
189
189
                        This event is triggered immediately after the login
190
190
                        operations have been terminated. From now on you are
194
194
                        By calling [cmd]halt[/cmd] in this event you will
195
195
                        stop the "Login operations complete..." output.
196
196
                @seealso:
197
 
                        [event:onircconnectionestablished]OnIRCConnectionEstabilished[/event]
 
197
                        [event:onircconnectionestablished]OnIRCConnectionEstablished[/event]
198
198
                        [event:onircconnectionterminated]OnIRCConnectionTerminated[/event]
199
199
        */
200
200
        EVENT("OnIRC",""),
379
379
                @title:
380
380
                        OnURL
381
381
                @short:
382
 
                        Triggered when an url appears in one of the output windows
 
382
                        Triggered when an URL appears in one of the output windows
383
383
                @parameters:
384
384
                        $0 = URL
385
385
                @window:
386
386
                        The window that the URL appeared in
387
387
                @description:
388
 
                        This event is triggered every time that an url is going to appear
389
 
                        in a KVIrc window output widget. You can not stop it nor modify it.
390
 
                        This event is good for implementing an url catcher.[br]
391
 
                        WARNING: If you attempt to "echo $0" inside this event kvirc will hang:
392
 
                        I can do nothing about it...this is infinite recursion....
 
388
                        This event is triggered every time that an URL is going to appear
 
389
                        in a KVIrc window output widget. You cannot stop it or modify it.
 
390
                        This event is good for implementing an URL catcher.[br]
 
391
                        WARNING: If you attempt to "echo $0" inside this event, you will cause an infinite loop.
393
392
        */
394
393
        EVENT("OnURL","$0 = URL"),
395
394
        /*
1536
1535
        @description:
1537
1536
            Triggered when someone has changed his nickname.
1538
1537
                        The change has already been processed by the server, but not by the
1539
 
                        local KVirc database.
 
1538
                        local KVIrc database.
1540
1539
        @seealso:
1541
1540
            [event:onmenickchange]OnMeNickChange[/event]
1542
1541
    */
1557
1556
        @description:
1558
1557
            Triggered when the local user is going to change his nickname.
1559
1558
                        The change has already been processed by the server, but not by the
1560
 
                        local KVirc database.
 
1559
                        local KVIrc database.
1561
1560
        @seealso:
1562
1561
            [event:onnickchange]OnNickChange[/event]
1563
1562
    */
1581
1580
            Console window
1582
1581
        @description:
1583
1582
            A CTCP request has been received.[br]
1584
 
                        If you call [cmd]halt[/cmd] in this event , you will stop the further
1585
 
                        processing of the CTCP (thus you can disable some of the kvirc features).
1586
 
                        Be sure to know what you're doing.
 
1583
                        If you call [cmd]halt[/cmd] in this event, you will stop the further
 
1584
                        processing of the CTCP (thus, you can disable some of the KVIrc features).
 
1585
                        Be careful when using this.
1587
1586
        @seealso:
1588
1587
            [event:onctcpreply]OnCTCPReply[/event]
1589
1588
    */
1607
1606
            Console window
1608
1607
        @description:
1609
1608
            A CTCP reply has been received.[br]
1610
 
                        If you call [cmd]halt[/cmd] in this event , you will stop the further
1611
 
                        processing of the CTCP (thus you can disable some of the kvirc features).
1612
 
                        Be sure to know what you're doing.
 
1609
                        If you call [cmd]halt[/cmd] in this event, you will stop the further
 
1610
                        processing of the CTCP (thus, you can disable some of the KVIrc features).
 
1611
                        Be careful when using this.
1613
1612
        @seealso:
1614
1613
            [event:onctcpreply]OnCTCPReply[/event]
1615
1614
    */
1915
1914
                @short:
1916
1915
                        A dcc chat window has been just created
1917
1916
                @parameters:
1918
 
                        $0 = DCC Session Id
 
1917
                        $0 = DCC session ID
1919
1918
                @window:
1920
1919
                        DCC Chat
1921
1920
                @description:
1929
1928
                @seealso:
1930
1929
                        [event:ondccchatterminated]OnDCCChatTerminated[/event]
1931
1930
        */
1932
 
        EVENT("OnDCCChatWindowCreated", "$0 = DCC session id"),
 
1931
        EVENT("OnDCCChatWindowCreated", "$0 = DCC session ID"),
1933
1932
        /*
1934
1933
                @doc: ondccchatconnectioninprogress
1935
1934
                @type:
1939
1938
                @short:
1940
1939
                        A DCC Chat connection has just been started
1941
1940
                @parameters:
1942
 
                        $0 = DCC Session Id
 
1941
                        $0 = DCC session ID 
1943
1942
                @window:
1944
1943
                        DCC Chat
1945
1944
                @description:
1951
1950
                        are known from the moment that this event triggers.
1952
1951
                @seealso:
1953
1952
        */
1954
 
        EVENT("OnDCCChatConnectionInProgress","$0 = DCC session id"),
 
1953
        EVENT("OnDCCChatConnectionInProgress","$0 = DCC session ID"),
1955
1954
        /*
1956
1955
                @doc: ondccchatconnected
1957
1956
                @type:
1961
1960
                @short:
1962
1961
                        A DCC Chat connection has been established
1963
1962
                @parameters:
1964
 
                        $0 = DCC Session Id
 
1963
                        $0 = DCC session ID
1965
1964
                @window:
1966
1965
                        DCC Chat
1967
1966
                @description:
1971
1970
                        window and the data transfer.
1972
1971
                @seealso:
1973
1972
        */
1974
 
        EVENT("OnDCCChatConnected","$0 = DCC session id"),
 
1973
        EVENT("OnDCCChatConnected","$0 = DCC session ID"),
1975
1974
        /*
1976
1975
                @doc: ondccchatmessage
1977
1976
                @type:
1982
1981
                        A DCC Chat message has just been received
1983
1982
                @parameters:
1984
1983
                        $0 = message text
1985
 
                        $1 = DCC Session Id
 
1984
                        $1 = DCC session ID
1986
1985
                @window:
1987
1986
                        DCC Chat
1988
1987
                @description:
1992
1991
                        window and the data transfer.
1993
1992
                @seealso:
1994
1993
        */
1995
 
        EVENT("OnDCCChatMessage","$0 = text\n$1 = DCC session id"),
 
1994
        EVENT("OnDCCChatMessage","$0 = text\n$1 = DCC session ID"),
1996
1995
        /*
1997
1996
                @doc: ondccchaterror
1998
1997
                @type:
2003
2002
                        A DCC Chat error has just been triggered
2004
2003
                @parameters:
2005
2004
                        $0 = error message
2006
 
                        $1 = DCC Session Id
 
2005
                        $1 = DCC session ID
2007
2006
                @window:
2008
2007
                        DCC Chat
2009
2008
                @description:
2018
2017
                        an error.
2019
2018
                @seealso:
2020
2019
        */
2021
 
        EVENT("OnDCCChatError","$0 = error message,$1 = DCC session id"),
 
2020
        EVENT("OnDCCChatError","$0 = error message,$1 = DCC session ID"),
2022
2021
        /*
2023
2022
                @doc: ondccchatdisconnected
2024
2023
                @type:
2028
2027
                @short:
2029
2028
                        A DCC Chat has been just disconnected
2030
2029
                @parameters:
2031
 
                        $0 = DCC Session Id
 
2030
                        $0 = DCC session ID
2032
2031
                @window:
2033
2032
                        DCC Chat
2034
2033
                @description:
2038
2037
                        window and the data transfer.
2039
2038
                @seealso:
2040
2039
        */
2041
 
        EVENT("OnDCCChatDisconnected","$0 = DCC session id"),
 
2040
        EVENT("OnDCCChatDisconnected","$0 = DCC session ID"),
2042
2041
        /*
2043
2042
                @doc: ondccchatwindowclosing
2044
2043
                @type:
2048
2047
                @short:
2049
2048
                        A DCC Chat is going to be closed
2050
2049
                @parameters:
2051
 
                        $0 = DCC Session Id
 
2050
                        $0 = DCC session ID
2052
2051
                @window:
2053
2052
                        DCC Chat
2054
2053
                @description:
2058
2057
                        window and the data transfer.
2059
2058
                @seealso:
2060
2059
        */
2061
 
        EVENT("OnDCCChatWindowClosing","$0 = DCC session id"),
 
2060
        EVENT("OnDCCChatWindowClosing","$0 = DCC session ID"),
2062
2061
        /*
2063
2062
                @doc: onaccelkeypressed
2064
2063
                @type:
2076
2075
                        The key sequence that the user has pressed is passed in $0 as a
2077
2076
                        human readable string.[br]
2078
2077
                        The keys that actually work with KVIrc are:[br]
2079
 
                        F2 to F12, F1 to F12 with SHIFT key pressed, 0 to 9 with CTRL Key pressed.[br]
 
2078
                        F2 to F12, F1 to F12 with SHIFT key pressed, 0 to 9 with CTRL key pressed.[br]
2080
2079
                        This means that you can set up 33 "quick" aliases...that's really more than
2081
2080
                        an user can remember.[br]
2082
2081
                        If you need more keys , mail me , I'll see what I can do :)[br]
2110
2109
                        Since the CTCP ACTION messages generally have different format of output
2111
2110
                        then for your convenience $6 contains 1 if the message was caused by a
2112
2111
                        CTCP ACTION and 0 otherwise.[br]
2113
 
                        If you call [cmd]halt[/cmd] in this event the message output will be stopped at all
2114
 
                        (thus KVIrc assumes that YOU have provided the necessary output and feedback to the user).[br]
2115
 
                        A common error here is to call halt and re-echo the unmodified output: [b]this
2116
 
                        will probably cause another OnHiglight event to be triggered and thus an infinite loop![/b].
2117
 
                        [cmd]echoprivmsg[/cmd] [b]-n[/b] is the command you probably need.
 
2112
                        If you call [cmd]halt[/cmd] in this event the message output will be completely disabled
 
2113
                        (thus, KVIrc assumes that YOU have provided the necessary output and feedback to the user).[br]
 
2114
                        A common error here is to call halt and re-echo the unmodified output; [b]this
 
2115
                        can cause another OnHighlight event to be triggered and create an infinite loop![/b].
 
2116
                        [cmd]echoprivmsg[/cmd] [b]-n[/b] is the command you probably want. 
2118
2117
    */
2119
2118
        EVENT("OnHighlight", "$0 = source nick\n$1 = source username\n$2 = source hostname\n$3 = message\n$4 = highlight word"),
2120
2119
        /*
2139
2138
                @type:
2140
2139
                        event
2141
2140
                @title:
2142
 
                        OnNotifyOnLine
 
2141
                        OnNotifyOnline
2143
2142
                @short:
2144
2143
                        An user in the notify list is on-line
2145
2144
                @parameters:
2146
2145
                        $0 = nickname
2147
2146
                @window:
2148
 
                        Console or active window of the irc context
 
2147
                        Console or active window of the IRC context
2149
2148
                @description:
2150
2149
                        This event is triggered when one of the users in your [doc:notify_list]notify[/doc] lists
2151
2150
                        is detected to be ON-Line.[br]
2152
 
                        The event is triggered in the console window or the active window of the irc context depending
 
2151
                        The event is triggered in the console window or the active window of the IRC context depending
2153
2152
                        on the user options.[br]
2154
2153
                        (Note: If you call [cmd]halt[/cmd] in this event , you will stop the "Nick is on irc" output,
2155
2154
                        but this is rather a bad idea since KVIrc gives a lot of additional informations to the
2157
2156
                        This is a good place to play a sound or attract the user attention in some other way.[br]
2158
2157
 
2159
2158
        */
2160
 
        EVENT("OnNotifyOnLine","$0 = nickname"),
 
2159
        EVENT("OnNotifyOnline","$0 = nickname"),
2161
2160
        /*
2162
2161
                @doc: onnotifyoffline
2163
2162
                @type:
2164
2163
                        event
2165
2164
                @title:
2166
 
                        OnNotifyOffLine
 
2165
                        OnNotifyOffline
2167
2166
                @short:
2168
2167
                        An user in the notify list went off-line
2169
2168
                @parameters:
2170
2169
                        $0 = nickname
2171
2170
                @window:
2172
 
                        Console or active window of the irc context
 
2171
                        Console or active window of the IRC context
2173
2172
                @description:
2174
2173
                        This event is triggered when one of the users in your [doc:notify_list]notify[/doc] lists
2175
2174
                        has just left IRC.[br]
2176
 
                        The event is triggered in the console window or the active window of the irc context depending
 
2175
                        The event is triggered in the console window or the active window of the IRC context depending
2177
2176
                        on the user options.[br]
2178
2177
                        (Note: If you call [cmd]halt[/cmd] in this event , you will stop the "Nick has left irc" output,
2179
2178
                        but this is rather a bad idea since KVIrc gives a lot of additional informations to the
2180
2179
                        user with some notify-methods).[br]
2181
2180
                        This is a good place to play a sound or attract the user attention in some other way.[br]
2182
2181
        */
2183
 
        EVENT("OnNotifyOffLine","$0 = nickname"),
 
2182
        EVENT("OnNotifyOffline","$0 = nickname"),
2184
2183
        /*
2185
2184
                @doc: onpong
2186
2185
                @type:
2537
2536
                        Triggered when a new remote target has been added to a query window.
2538
2537
                        This is the event to catch when you want to perform some specific actions
2539
2538
                        when someone queries you.
2540
 
                        KVIrc supports multiple target queries and thus this event is triggered also
 
2539
                        KVIrc supports multiple target queries and thus, this event is triggered also
2541
2540
                        when a new query target is added by using [cmd]addtarget[/cmd].[br]
2542
2541
        */
2543
2542
        EVENT("OnQueryTargetAdded","$0 = nick\n$1 = username (may be *)\n$2 = hostname (may be *)"),
2580
2579
                @short:
2581
2580
                        A new DCC session has just been created
2582
2581
                @parameters:
2583
 
                        $0 = DCC session id
 
2582
                        $0 = DCC session ID
2584
2583
                @window:
2585
2584
                        console
2586
2585
                @description:
2588
2587
                        You can retrieve the session information by calling the [module:dcc]dcc[/module].*
2589
2588
                        module functions.
2590
2589
        */
2591
 
        EVENT("OnDCCSessionCreated","$0 = DCC session id"),
 
2590
        EVENT("OnDCCSessionCreated","$0 = DCC session ID"),
2592
2591
        /*
2593
2592
                @doc: ondccsessiondestroyed
2594
2593
                @type:
2598
2597
                @short:
2599
2598
                        A new DCC session has just been destroyed
2600
2599
                @parameters:
2601
 
                        $0 = DCC session id
 
2600
                        $0 = DCC session ID
2602
2601
                @window:
2603
2602
                        console
2604
2603
                @description:
2605
2604
                        Triggered when a new DCC session has just been destroyed.
2606
2605
                        You can retrieve the session information by calling the [module:dcc]dcc[/module].*
2607
 
                        module functions and by passing the DCC session id parameter.
 
2606
                        module functions and by passing the DCC session ID parameter.
2608
2607
        */
2609
 
        EVENT("OnDCCSessionDestroyed","$0 = DCC session id"),
 
2608
        EVENT("OnDCCSessionDestroyed","$0 = DCC session ID"),
2610
2609
        /*
2611
2610
                @doc: ontextinput
2612
2611
                @type:
2645
2644
                @short:
2646
2645
                        Triggered when the DCC chat text view is right-clicked
2647
2646
                @parameters:
2648
 
                        $0 = DCC Session Id
 
2647
                        $0 = DCC session ID
2649
2648
                @window:
2650
2649
                        DCC Chat window
2651
2650
                @description:
2653
2652
                        text view with the right mouse button. It is a good place
2654
2653
                        to activate a [cmd]popup[/cmd] menu :)
2655
2654
                        You can retrieve the session information by calling the [module:dcc]dcc[/module].*
2656
 
                        module functions and by passing the DCC session id parameter.
 
2655
                        module functions and by passing the DCC session ID parameter.
2657
2656
                @seealso:
2658
2657
                        [event:onconsolepuprequest]OnConsolePopupRequest[/event],
2659
2658
                        [event:onchannelpopuprequest]OnChannelPopupRequest[/event],
2660
2659
                        [event:onquerypopuprequest]OnQueryPopupRequest[/event]
2661
2660
        */
2662
 
        EVENT("OnDCCChatPopupRequest","$0 = DCC session id"),
 
2661
        EVENT("OnDCCChatPopupRequest","$0 = DCC session ID"),
2663
2662
        /*
2664
2663
                @doc: ondccfiletransferconnectioninprogress
2665
2664
                @type:
2669
2668
                @short:
2670
2669
                        Triggered when a DCC File transfer is waiting for a connection
2671
2670
                @parameters:
2672
 
                        $0 = DCC Session Id
 
2671
                        $0 = DCC session ID
2673
2672
                @window:
2674
2673
                        unspecified
2675
2674
                @description:
2676
2675
                        Triggered when a DCC File transfer has been set up and
2677
 
                        it is waiting for the connection to be estabilished.[br]
 
2676
                        is waiting for the connection to be established.[br]
2678
2677
                        Note that the real data transfer is not started until
2679
2678
                        [event:ondccfiletransferbegin]OnDCCFileTransferBegin[/event] is triggered
2680
2679
                        but from this moment on you will be notified of success
2681
2680
                        or failure by the means of [event:ondccfiletransfersuccess]OnDCCFileTransferSuccess[/event]
2682
2681
                        or [event:ondccfiletransferfailed]OnDCCFileTransferFailed[/event].[br]
2683
2682
                        You can retrieve the session information by calling the [module:dcc]dcc[/module].*
2684
 
                        module functions and by passing the DCC session id parameter.
 
2683
                        module functions and by passing the DCC session ID parameter.
2685
2684
                @seealso:
2686
2685
                        [event:ondccfiletransferfailed]OnDCCFileTransferFailed[/event],
2687
2686
                        [event:ondccfiletransfersuccess]OnDCCFileTransferSuccess[/event],
2688
2687
                        [event:ondccfiletransferbegin]OnDCCFileTransferBegin[/event]
2689
2688
        */
2690
 
        EVENT("OnDCCFileTransferConnectionInProgress","$0 = DCC session id"),
 
2689
        EVENT("OnDCCFileTransferConnectionInProgress","$0 = DCC session ID"),
2691
2690
        /*
2692
2691
                @doc: ondccfiletransferbegin
2693
2692
                @type:
2697
2696
                @short:
2698
2697
                        Triggered when a DCC File transfer begins
2699
2698
                @parameters:
2700
 
                        $0 = DCC Session Id
 
2699
                        $0 = DCC session ID
2701
2700
                @window:
2702
2701
                        unspecified
2703
2702
                @description:
2704
 
                        Triggered when the DCC file transfer connection is estabilished
 
2703
                        Triggered when a DCC file transfer connection is established
2705
2704
                        and the real data transfer starts.[br]
2706
2705
                        You can retrieve the session information by calling the [module:dcc]dcc[/module].*
2707
 
                        module functions and by passing the DCC session id parameter.
 
2706
                        module functions and by passing the DCC session ID parameter.
2708
2707
                @seealso:
2709
2708
                        [event:ondccfiletransferconnectioninprogress]OnDCCFileTransferConnectionInProgress[/event],
2710
2709
                        [event:ondccfiletransfersuccess]OnDCCFileTransferSuccess[/event],
2711
2710
                        [event:ondccfiletransferfailed]OnDCCFileTransferFailed[/event]
2712
2711
        */
2713
 
        EVENT("OnDCCFileTransferBegin","$0 = DCC session id"),
 
2712
        EVENT("OnDCCFileTransferBegin","$0 = DCC session ID"),
2714
2713
        /*
2715
2714
                @doc: ondccfiletransfersuccess
2716
2715
                @type:
2721
2720
                        Triggered when a DCC File transfer succeeds
2722
2721
                @parameters:
2723
2722
                        $0 = bytes transferred
2724
 
                        $1 = DCC Session Id
 
2723
                        $1 = DCC session ID
2725
2724
                @window:
2726
2725
                        unspecified
2727
2726
                @description:
2728
2727
                        Triggered when a DCC File transfer terminates succesfully.[br]
2729
2728
                        $0 contains the number of bytes transferred in the session.[br]
2730
2729
                        You can retrieve the session information by calling the [module:dcc]dcc[/module].*
2731
 
                        module functions and by passing the DCC session id parameter.
 
2730
                        module functions and by passing the DCC session ID parameter.
2732
2731
                @seealso:
2733
2732
                        [event:ondccfiletransferconnectioninprogress]OnDCCFileTransferConnectionInProgress[/event],
2734
2733
                        [event:ondccfiletransferfailed]OnDCCFileTransferFailed[/event],
2735
2734
                        [event:ondccfiletransferbegin]OnDCCFileTransferBegin[/event]
2736
2735
        */
2737
 
        EVENT("OnDCCFileTransferSuccess","$0 = bytes transferred\n$1 = DCC session id"),
 
2736
        EVENT("OnDCCFileTransferSuccess","$0 = bytes transferred\n$1 = DCC session ID"),
2738
2737
        /*
2739
2738
                @doc: ondccfiletransferfailed
2740
2739
                @type:
2744
2743
                @short:
2745
2744
                        Triggered when a DCC File transfer fails
2746
2745
                @parameters:
2747
 
                        $0 = Failure reason message
 
2746
                        $0 = failure reason message
2748
2747
                        $1 = bytes transferred
2749
 
                        $2 = DCC Session Id
 
2748
                        $2 = DCC session ID
2750
2749
                @window:
2751
2750
                        unspecified
2752
2751
                @description:
2754
2753
                        explaining the reason of the failure.[br]
2755
2754
                        $1 contains the number of bytes transferred in the session, eventually 0.[br]
2756
2755
                        You can retrieve the session information by calling the [module:dcc]dcc[/module].*
2757
 
                        module functions and by passing the DCC session id parameter.
 
2756
                        module functions and by passing the DCC session ID parameter.
2758
2757
                @seealso:
2759
2758
                        [event:ondccfiletransferconnectioninprogress]OnDCCFileTransferConnectionInProgress[/event],
2760
2759
                        [event:ondccfiletransfersuccess]OnDCCFileTransferSuccess[/event],
2761
2760
                        [event:ondccfiletransferbegin]OnDCCFileTransferBegin[/event]
2762
2761
        */
2763
 
        EVENT("OnDCCFileTransferFailed","$0 = Failure reason\n$1 = bytes transferred\n$2 = DCC session id"),
 
2762
        EVENT("OnDCCFileTransferFailed","$0 = failure reason\n$1 = bytes transferred\n$2 = DCC session ID"),
2764
2763
        /*
2765
2764
                @doc: onwallops
2766
2765
                @type:
3090
3089
                        Triggered when user clicks on server name in any window
3091
3090
                        It will be triggered only at the left mouse button click
3092
3091
        */
3093
 
        EVENT("OnServerLinkClick","$0 = server name")
 
3092
        EVENT("OnServerLinkClick","$0 = server name"),
 
3093
                /*
 
3094
                @doc: OnIgnoredMessage
 
3095
                @type:
 
3096
                        event
 
3097
                @title:
 
3098
                        OnIgnoredMessage
 
3099
                @short:
 
3100
                        Triggered when a message is ignored.
 
3101
                @parameters:
 
3102
                        $0 = source nick
 
3103
                        $1 = source username
 
3104
                        $2 = source host
 
3105
                        $3 = message target
 
3106
                        $4 = message
 
3107
                @window:
 
3108
                        any
 
3109
                @description:
 
3110
                        Triggered when a message is ignored.
 
3111
        */
 
3112
        EVENT("OnIgnoredMessage","$0 = source nick\n$1 = source username\n$2 = source host\n$3 = message target\n$4 = message")
3094
3113
};
3095
3114