diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-03 21:03:13 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-03 21:03:13 +0000 |
commit | e4dfff282dd4b95ee5ade2914b7be1ded73d5eb9 (patch) | |
tree | c3515f3bf8c57fa85ae42f4e2c7b3d66602a746c /src/protocol/bahamut.c | |
parent | c31f6498c38bc17832e399d49cbb86a145b9d06d (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 'src/protocol/bahamut.c')
-rw-r--r-- | src/protocol/bahamut.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c index a2e6ec763..ef831be88 100644 --- a/src/protocol/bahamut.c +++ b/src/protocol/bahamut.c @@ -701,11 +701,6 @@ class BahamutIRCdProto : public IRCDProto SendSQLine(nick, "Reserved for services"); } - void SendGuestNick(const char *nick, const char *user, const char *host, const char *real, const char *modes) - { - send_cmd(NULL, "NICK %s 1 %ld %s %s %s %s 0 0 :%s", nick, static_cast<long>(time(NULL)), modes, user, host, ServerName, real); - } - /* SVSMODE +d */ /* sent if svid is something weird */ void SendSVID(const char *nick, time_t ts) |