diff options
Diffstat (limited to 'src/protocol.cpp')
-rw-r--r-- | src/protocol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp index dd2595992..a0dad2f96 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -359,7 +359,7 @@ bool IRCDProto::IsNickValid(const Anope::string &nick) **/ if (nick.empty()) - return false; + return false; Anope::string special = "[]\\`_^{|}"; |