summaryrefslogtreecommitdiff
path: root/src/protocol/obsolete/plexus3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/obsolete/plexus3.h')
-rw-r--r--src/protocol/obsolete/plexus3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/obsolete/plexus3.h b/src/protocol/obsolete/plexus3.h
index 71cc057ef..6914c749c 100644
--- a/src/protocol/obsolete/plexus3.h
+++ b/src/protocol/obsolete/plexus3.h
@@ -52,7 +52,7 @@ void plexus_cmd_376(const char *source);
void plexus_cmd_nick(const char *nick, const char *name, const char *modes);
void plexus_SendGuestNick(const char *nick, const char *user, const char *host, const char *real, const char *modes);
void plexus_SendMode(const char *source, const char *dest, const char *buf);
-void plexus_cmd_bot_nick(const char *nick, const char *user, const char *host, const char *real, const char *modes);
+void plexus_SendClientIntroduction(const char *nick, const char *user, const char *host, const char *real, const char *modes);
void plexus_cmd_kick(const char *source, const char *chan, const char *user, const char *buf);
void plexus_cmd_notice_ops(const char *source, const char *dest, const char *buf);
void plexus_cmd_notice(const char *source, const char *dest, const char *buf);