1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 10:36:38 +02:00

BUILD : 1.7.6 (514) BUGS : 261 NOTES : Modules can no longer call addCommand directly. The mod_name of the command MUST be set if it is a module.

git-svn-id: svn://svn.anope.org/anope/trunk@514 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@368 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-12-30 16:51:04 +00:00
parent ae0f3c487d
commit ae23e2f86a
5 changed files with 26 additions and 17 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#include "module.h"
#define AUTHOR "Anope"
#define VERSION "1.1"
#define VERSION "1.2"
int my_privmsg(char *source, int ac, char **av);
CommandHash *Catserv_cmdTable[MAX_CMD_HASH];