[mw-devel] MW3 r1122 - trunk/src

psycodom at sucs.org psycodom at sucs.org
Thu Dec 10 12:34:51 GMT 2009


Author: psycodom
Date: 2009-12-10 12:34:50 +0000 (Thu, 10 Dec 2009)
New Revision: 1122

Modified:
   trunk/src/chattable.c
Log:
corrects the .uri command's usage string



Modified: trunk/src/chattable.c
===================================================================
--- trunk/src/chattable.c	2009-12-09 22:31:31 UTC (rev 1121)
+++ trunk/src/chattable.c	2009-12-10 12:34:50 UTC (rev 1122)
@@ -74,7 +74,7 @@
 {"ungag"	,0x0002	,1, "Usage: ungag <user>", "Remove the Gag on the user", t_ungag, 1},
 {"unignore"	,0x0000	,1, "Usage: unignore <user>", "Stop filtering user out so you can hear them", t_unignore, 1},
 {"unprotect"	,0x0020	,1, "Usage: unprotect <user>", "Remove protection from user", t_unprotect, 1},
-{"uri"		,0x0000	,0, "Usage: uri [list [all|username] [n] | delete <id> | nsfw <id> | membersonly <id> | anonymous <id> | displaymode <full|short>]", "View/Edit the uris in the mwuri database", t_uri, 1},
+{"uri"		,0x0000	,0, "Usage: uri [list [*|username] [n] | delete <id> | nsfw <id> | membersonly <id> | anonymous <id> | displaymode <full|short>]", "View/Edit the uris in the mwuri database", t_uri, 1},
 {"variables"	,0x0200	,0, "Usage: variables [mask]", "List script variables + contents [or starting with mask]", t_showvars, 1},
 {"what"		,0x0000	,0, "Usage: what", "See peoples status", t_what, 1},
 {"whisper"	,0x0000	,2, "Usage: whisper <user> <message>", "Send a message to a single user", t_whisper, 1},




More information about the mw-devel mailing list