diff options
Diffstat (limited to 'include/modules/cs_mode.h')
-rw-r--r-- | include/modules/cs_mode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/cs_mode.h b/include/modules/cs_mode.h index 480217e59..4ac2e1450 100644 --- a/include/modules/cs_mode.h +++ b/include/modules/cs_mode.h @@ -74,7 +74,7 @@ struct ModeLocks /** Get details for a specific mlock * @param mname The mode name - * @param An optional param to match with + * @param An optional param to match with * @return The MLock, if any */ virtual const ModeLock *GetMLock(const Anope::string &mname, const Anope::string ¶m = "") = 0; |