diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:11 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:11 +0000 |
commit | 58ab9f234cdabbf1a181fcd4d090a7b7b98836cc (patch) | |
tree | afa29b4847f1c67c11ece155e6469c533b1bcbee /src/protocol/bahamut.h | |
parent | 6e0bee3ab1cd085f7ef572c7762ea9425e6dd418 (diff) |
Added cmd_message() function to IRCDProtoNew class. (Replaces cmd_notice)
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1227 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/bahamut.h')
-rw-r--r-- | src/protocol/bahamut.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol/bahamut.h b/src/protocol/bahamut.h index c81c9df65..1bef5b711 100644 --- a/src/protocol/bahamut.h +++ b/src/protocol/bahamut.h @@ -63,7 +63,6 @@ void bahamut_cmd_372(const char *source, const char *msg); void bahamut_cmd_372_error(const char *source); void bahamut_cmd_375(const char *source); void bahamut_cmd_376(const char *source); -void bahamut_cmd_notice(const char *source, const char *dest, const char *buf); void bahamut_cmd_notice2(const char *source, const char *dest, const char *msg); void bahamut_cmd_serv_notice(const char *source, const char *dest, const char *msg); void bahamut_cmd_serv_privmsg(const char *source, const char *dest, const char *msg); |