[mw-devel] MW3 r1046 - in trunk: src talkhelp
arthur at sucs.org
arthur at sucs.org
Tue Jul 15 17:14:57 BST 2008
Author: arthur
Date: 2008-07-15 17:14:56 +0100 (Tue, 15 Jul 2008)
New Revision: 1046
Added:
trunk/talkhelp/doing
trunk/talkhelp/what
Modified:
trunk/src/command.c
Log:
tweaks
Modified: trunk/src/command.c
===================================================================
--- trunk/src/command.c 2008-07-15 14:47:49 UTC (rev 1045)
+++ trunk/src/command.c 2008-07-15 16:14:56 UTC (rev 1046)
@@ -1,6 +1,7 @@
#include <stdlib.h>
#include "command.h"
#include "Parse.h"
+#include "talker.h"
/*
0x001 - superuser, (1)
@@ -30,7 +31,7 @@
{"contact", 0x120, 0, "Usage: contact", "Changes your contact address", c_contact, 1},
{"credits", 0x000, 0, "Usage: credits", "Display the credits", c_credits, 1},
{"date", 0x000, 0, "Usage: date", "Display the current system date", c_date, 1},
-{"doing", 0x000, 1, "Usage: doing <message>", "Set <doing> field of who", c_doing, 1}, /* privs were 0x001 */
+{"doing", 0x000, 0, "Usage: doing <message>", "Set <doing> field of who", c_doing, 1}, /* privs were 0x001 */
{"emote", 0x002, 1, "Usage: emote <message>", "Send emotion to all wizchat users",c_emote, 1},
{"first", 0x000, 0, "Usage: first", "Display first message in current folder", c_first, 1},
{"folder", 0x101, 2, "Usage: folder <com> <name>", "Folder editing functions", c_folder, 1},
@@ -81,6 +82,7 @@
{"version", 0x000, 0, "Usage: version", "Display Version Info", c_version, 1},
{"w", 0x100, 0, "Usage: write", "Alias for write", c_write, 1},
{"wall", 0x001, 1, "Usage: wall <message...>", "Send message to ALL users", c_wall, 1},
+{"what", 0x000, 0, "Usage: what", "List current users status", t_what, 1},
{"who", 0x000, 0, "Usage: who", "List current users", c_who, 1},
{"wiz", 0x002, 1, "Usage: wiz <message>", "Send message to all wizchat users", c_wiz, 1},
{"wizchat", 0x002, 1, "Usage: wizchat on|off", "Toggle wizchat", c_wizchat, 1},
Added: trunk/talkhelp/doing
===================================================================
--- trunk/talkhelp/doing (rev 0)
+++ trunk/talkhelp/doing 2008-07-15 16:14:56 UTC (rev 1046)
@@ -0,0 +1 @@
+link ../help/doing
\ No newline at end of file
Property changes on: trunk/talkhelp/doing
___________________________________________________________________
Name: svn:special
+ *
Added: trunk/talkhelp/what
===================================================================
--- trunk/talkhelp/what (rev 0)
+++ trunk/talkhelp/what 2008-07-15 16:14:56 UTC (rev 1046)
@@ -0,0 +1 @@
+link ../help/what
\ No newline at end of file
Property changes on: trunk/talkhelp/what
___________________________________________________________________
Name: svn:special
+ *
More information about the mw-devel
mailing list