]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Added quick reference to token types
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 11 Apr 2004 14:06:35 +0000 (14:06 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 11 Apr 2004 14:06:35 +0000 (14:06 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@527 e03df62e-2008-0410-955e-edbf42e46eb7

docs/server_tokens.txt [new file with mode: 0644]

diff --git a/docs/server_tokens.txt b/docs/server_tokens.txt
new file mode 100644 (file)
index 0000000..386bc9e
--- /dev/null
@@ -0,0 +1,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
+