diff options
author | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-10-16 15:03:59 +0000 |
---|---|---|
committer | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-10-16 15:03:59 +0000 |
commit | 37831b4e53dde6d569a8229ee6b0e6ab12c82861 (patch) | |
tree | 710640feab12a2a7a43f7e9d3638d8a25eb550a8 /src/dreamforge.c | |
parent | 659525324ba4d9d5643ef982936b6d1a9763e5ba (diff) |
BUILD : 1.7.5 (403) BUGS : 186 NOTES : Fixed anope_cmd_server() in some protocol files it was broken
git-svn-id: svn://svn.anope.org/anope/trunk@403 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@267 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/dreamforge.c')
-rw-r--r-- | src/dreamforge.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dreamforge.c b/src/dreamforge.c index b8be2ca7b..5a1f5f97c 100644 --- a/src/dreamforge.c +++ b/src/dreamforge.c @@ -452,6 +452,7 @@ void moduleAddIRCDMsgs(void) { Message *m; m = createMessage("401", anope_event_null); addCoreMessage(IRCD,m); + m = createMessage("402", anope_event_null); addCoreMessage(IRCD,m); m = createMessage("436", anope_event_436); addCoreMessage(IRCD,m); m = createMessage("AWAY", anope_event_away); addCoreMessage(IRCD,m); m = createMessage("INVITE", anope_event_null); addCoreMessage(IRCD,m); |