summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-03 21:03:13 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-03 21:03:13 +0000
commite4dfff282dd4b95ee5ade2914b7be1ded73d5eb9 (patch)
treec3515f3bf8c57fa85ae42f4e2c7b3d66602a746c /include
parentc31f6498c38bc17832e399d49cbb86a145b9d06d (diff)
Remove IRCdProto::SendGuestNick(). It's identical to IRCdProto::SendClientIntroduction().
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1513 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-rw-r--r--include/services.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/services.h b/include/services.h
index 67646ee90..499306f10 100644
--- a/include/services.h
+++ b/include/services.h
@@ -1214,7 +1214,6 @@ class IRCDProto {
SendSVSKillInternal(source, user, buf);
}
virtual void SendSVSMode(User *, int, const char **) = 0;
- virtual void SendGuestNick(const char *, const char *, const char *, const char *, const char *) { }
virtual void SendMode(BotInfo *bi, const char *dest, const char *fmt, ...)
{
va_list args;