diff options
Diffstat (limited to 'include/protocol.h')
-rw-r--r-- | include/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/protocol.h b/include/protocol.h index 40312874d..5ffbdf7c9 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -83,7 +83,7 @@ public: /* Can we set vidents on users? */ bool CanSetVIdent = false; - /* Can we ban specific gecos from being used? */ + /* Can we ban specific realname from being used? */ bool CanSNLine = false; /* Can we ban specific nicknames from being used? */ |