]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
Fixed to not allow :Abc NICK Abc, where the case of the old and new nick are *identical*
[user/henk/code/inspircd.git] / include / channels.h
index 7962bc34ba552b5172ec5ea97fcfd2bafa473fec..dac6713762082f1c04ec9e8db3eda0b9653bbbea 100644 (file)
@@ -30,6 +30,8 @@
 #define CM_SECRET 16
 #define CM_PRIVATE 32
 
+class userrec;
+
 /** Holds an entry for a ban list, exemption list, or invite list.
  * This class contains a single element in a channel list, such as a banlist.
  */