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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user