summaryrefslogtreecommitdiff
path: root/src/protocol/unreal32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r--src/protocol/unreal32.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c
index 7ade811c8..6a99e4b33 100644
--- a/src/protocol/unreal32.c
+++ b/src/protocol/unreal32.c
@@ -667,12 +667,6 @@ class UnrealIRCdProto : public IRCDProto
}
}
- void SendGuestNick(const char *nick, const char *user, const char *host, const char *real, const char *modes)
- {
- send_cmd(NULL, "%s %s 1 %ld %s %s %s 0 %s %s%s :%s", send_token("NICK", "&"), nick, static_cast<long>(time(NULL)), user, host, ServerName, modes, host,
- myIrcd->nickip ? " *" : " ", real);
- }
-
void SendModeInternal(BotInfo *source, const char *dest, const char *buf)
{
if (!buf) return;