diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-08-27 18:26:41 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-08-27 18:26:41 +0000 |
commit | 9993ee6ae553dd4628219d236c5075f562e1ace3 (patch) | |
tree | 11a76fe9ca7656c520b2fdc0472018aed3a3fab5 | |
parent | c2099cc2add266c6026dc133c6d83196e5e3f088 (diff) |
BUILD : 1.7.15 (1144) BUGS : NOTES : Fixed some c++-comments rob added; c-comments ftw!
git-svn-id: svn://svn.anope.org/anope/trunk@1144 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@867 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | src/protocol/hybrid.c | 4 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/src/protocol/hybrid.c b/src/protocol/hybrid.c index 1de69080f..20a43f08e 100644 --- a/src/protocol/hybrid.c +++ b/src/protocol/hybrid.c @@ -639,7 +639,7 @@ void moduleAddIRCDMsgs(void) { m = createMessage("CAPAB", anope_event_capab); addCoreMessage(IRCD,m); m = createMessage("SJOIN", anope_event_sjoin); addCoreMessage(IRCD,m); m = createMessage("SVINFO", anope_event_svinfo); addCoreMessage(IRCD,m); -// m = createMessage("EOB", anope_event_eob); addCoreMessage(IRCD,m); +/* m = createMessage("EOB", anope_event_eob); addCoreMessage(IRCD,m); */ m = createMessage("ADMIN", anope_event_admin); addCoreMessage(IRCD,m); m = createMessage("ERROR", anope_event_error); addCoreMessage(IRCD,m); } @@ -891,7 +891,7 @@ int anope_event_eob(char *source, int ac, char **av) void hybrid_cmd_eob() { -// send_cmd(ServerName, "EOB"); +/* send_cmd(ServerName, "EOB"); */ } diff --git a/version.log b/version.log index d207062a1..646848e64 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="15" VERSION_EXTRA="-svn" -VERSION_BUILD="1143" +VERSION_BUILD="1144" # $Log$ # +# BUILD : 1.7.15 (1144) +# BUGS : +# NOTES : Fixed some c++-comments rob added; c-comments ftw! +# # BUILD : 1.7.15 (1143) # BUGS : 593 # NOTES : Fixed mod_current_module not always NULL-ified in mod_run_cmd, resulting in weird segfaults in special situations |