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 1530386e3..fed230a66 100644
--- a/src/protocol/obsolete/plexus3.h
+++ b/src/protocol/obsolete/plexus3.h
@@ -105,7 +105,7 @@ void plexus_SendSVID3(User * u, const char *ts);
void plexus_SendEOB();
int plexus_flood_mode_check(const char *value);
void plexus_SendJupe(const char *jserver, const char *who, const char *reason);
-int plexus_valid_nick(const char *nick);
+int plexus_IsNickValid(const char *nick);
void plexus_SendCTCP(const char *source, const char *dest, const char *buf);
class PleXusIRCdProto : public IRCDProtoNew {