[mw-devel] MW3 r1169 - trunk/src

cmckenna at sucs.org cmckenna at sucs.org
Fri Jul 30 14:57:47 BST 2010


Author: cmckenna
Date: 2010-07-30 14:57:47 +0100 (Fri, 30 Jul 2010)
New Revision: 1169

Modified:
   trunk/src/chattable.c
Log:
Make .>> require raw and global privs (not just global). Fixes #55


Modified: trunk/src/chattable.c
===================================================================
--- trunk/src/chattable.c	2010-07-30 13:30:27 UTC (rev 1168)
+++ trunk/src/chattable.c	2010-07-30 13:57:47 UTC (rev 1169)
@@ -83,6 +83,6 @@
 {"who"		,0x0000	,0, "Usage: who", "See who's about", t_who, 1},
 {"zod"		,0x0004	,1, "Usage: zod <user> [reason]", "Eject user from talker", t_zod, 1},
 {">"		,0x0010	,2, "Usage: > <room> message...", "Send a message to a single room", t_ventril, 1},
-{">>"		,0x0010	,2, "Usage: >> <room> raw text...", "Send a raw text to a single room", t_ventril_raw, 1},
+{">>"		,0x0011	,2, "Usage: >> <room> raw text...", "Send a raw text to a single room", t_ventril_raw, 1},
 {NULL		,0x0000	,0, "", "", NULL, 1}
 };




More information about the mw-devel mailing list