mirror of
https://github.com/anope/anope.git
synced 2026-06-25 01:26:54 +02:00
Fix various spelling issues (#274).
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
This commit is contained in:
+1
-1
@@ -351,7 +351,7 @@ void IRCDProto::SendNumeric(int numeric, const Anope::string &dest, const char *
|
||||
bool IRCDProto::IsNickValid(const Anope::string &nick)
|
||||
{
|
||||
/**
|
||||
* RFC: defination of a valid nick
|
||||
* RFC: definition of a valid nick
|
||||
* nickname = ( letter / special ) ( letter / digit / special / "-" )
|
||||
* letter = A-Z / a-z
|
||||
* digit = 0-9
|
||||
|
||||
Reference in New Issue
Block a user