summaryrefslogtreecommitdiff
path: root/include/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/channels.h')
-rw-r--r--include/channels.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/channels.h b/include/channels.h
index b60ee6cad..9f97c3b8b 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -132,12 +132,12 @@ class chanrec : public classbase
/** The list of all bans set on the channel.
*/
BanList bans;
-
+
/** Sets or unsets a custom mode in the channels info
*/
void SetCustomMode(char mode,bool mode_on);
- /** Sets or unsets the parameterrs for a custom mode in a channels info
+ /** Sets or unsets the parameters for a custom mode in a channels info
*/
void SetCustomModeParam(char mode,char* parameter,bool mode_on);