blob: 386bc9efa15ca630ba226bff871941abfe08b51c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
This is a list of datagram types supported by this version of
InspIRCd. The datagrams must be encapsulated in a valid link
packet, and except for those prefixed with a *, a pseudo-session
must be established along which secure commands may pass.
S * Active server connect
s * Passive server connect (response to S)
O * Exchange session key
E * Error response
? Ping
! Pong
* No Operation
Y Begin netburst
N Introduce new client
n Client nickchange
t Change channel topic
i Invite user
k Kick user
J Join a user to one or more channels
T Server topic change
M Server mode change
m User mode change
P PRIVMSG
V NOTICE
L User leaving a channel
Q User disconnect
F End netburst
|