]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/global.c
found out from Kyle what b flag is.
[irc/evilnet/x3.git] / src / global.c
index 75e82457480d43f2195c583a1d403a283e9b25d5..32dae6aaf7546845ce4345ff5c6c20905342dcda 100644 (file)
@@ -1,7 +1,7 @@
 /* global.c - Global notice service
  * Copyright 2000-2004 srvx Development Team
  *
- * This file is part of srvx.
+ * This file is part of x3.
  *
  * srvx is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -62,7 +62,7 @@ static const struct message_entry msgtab[] = {
     { NULL, NULL }
 };
 
-#define GLOBAL_SYNTAX()   svccmd_send_help(user, global, cmd)
+#define GLOBAL_SYNTAX()   svccmd_send_help_brief(user, global, cmd)
 #define GLOBAL_FUNC(NAME) MODCMD_FUNC(NAME)
 
 struct userNode *global;