1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 18:53:12 +02:00

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
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-11-03 21:03:13 +00:00
parent c31f6498c3
commit e4dfff282d
5 changed files with 8 additions and 16 deletions
-1
View File
@@ -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;