summaryrefslogtreecommitdiff
path: root/include/u_listmode.h
diff options
context:
space:
mode:
authorom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-25 15:38:49 +0000
committerom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-25 15:38:49 +0000
commitc8a96f0756278b90eb342b9c697add7292a853b0 (patch)
treec6118ec310bc1cc8b68a848955c483b52bb560d5 /include/u_listmode.h
parent3d2a89504ac933c87e92032c27be84b24dc4bdff (diff)
Oh noes, a typoed comment :x
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2887 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/u_listmode.h')
-rw-r--r--include/u_listmode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/u_listmode.h b/include/u_listmode.h
index 233dd5310..145957c77 100644
--- a/include/u_listmode.h
+++ b/include/u_listmode.h
@@ -12,6 +12,7 @@
/* $ModDesc: Provides support for easily creating listmodes, stores the time set, the user, and a parameter. */
+/* Updated to use the <banlist> config tag if it exists */
/* Written by Om <omster@gmail.com>, December 2005. */
/* Based on code previously written by Om - April 2005 */
/* Originally based on m_chanprotect and m_silence */
@@ -38,7 +39,7 @@ public:
unsigned int limit;
};
-// Just defining the type we use for the excpetion list here...
+// Just defining the type we use for the exception list here...
typedef std::vector<ListItem> modelist;
typedef std::vector<ListLimit> limitlist;