diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-03 15:46:53 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-03 15:46:53 +0000 |
commit | abdb186046bcdd83aefbc4171a00bd1ad7ec963c (patch) | |
tree | 8fad649a8a767a12e19c0eef85d78d5f4ef04618 /include/channels.h | |
parent | 8a1923c253a798f0823cc87d3cfdef012c533871 (diff) |
Added support for module-defined chanmodes with no parameters
Fixed minor typo in example conf
Added new stylesheet and docs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@362 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/channels.h')
-rw-r--r-- | include/channels.h | 4 |
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); |