summaryrefslogtreecommitdiff
path: root/src/protocol/ratbox.h
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:10 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:10 +0000
commit7a167d97af6ef7e97c05488ae37c8f482173adb9 (patch)
tree6006339a603bf8d88c33c8c42811a1a63faac2f6 /src/protocol/ratbox.h
parent60b293b58edab6e6701f5b4911293a762fbbcf52 (diff)
Added cmd_guest_nick() function to IRCDProtoClass.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1217 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/ratbox.h')
-rw-r--r--src/protocol/ratbox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol/ratbox.h b/src/protocol/ratbox.h
index a8866d7b8..82d7ed6d7 100644
--- a/src/protocol/ratbox.h
+++ b/src/protocol/ratbox.h
@@ -50,7 +50,6 @@ void ratbox_cmd_372(const char *source, const char *msg);
void ratbox_cmd_372_error(const char *source);
void ratbox_cmd_375(const char *source);
void ratbox_cmd_376(const char *source);
-void ratbox_cmd_guest_nick(const char *nick, const char *user, const char *host, const char *real, const char *modes);
void ratbox_cmd_mode(const char *source, const char *dest, const char *buf);
void ratbox_cmd_bot_nick(const char *nick, const char *user, const char *host, const char *real, const char *modes);
void ratbox_cmd_kick(const char *source, const char *chan, const char *user, const char *buf);