diff options
Diffstat (limited to 'modules/commands/cs_register.cpp')
-rw-r--r-- | modules/commands/cs_register.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_register.cpp b/modules/commands/cs_register.cpp index 117212519..41dfac063 100644 --- a/modules/commands/cs_register.cpp +++ b/modules/commands/cs_register.cpp @@ -82,7 +82,7 @@ class CommandCSRegister : public Command c->RemoveMode(NULL, cm, u->nick); } - /* Mark the channel as persistant */ + /* Mark the channel as persistent */ if (c->HasMode(CMODE_PERM)) ci->SetFlag(CI_PERSIST); /* Persist may be in def cflags, set it here */ |