]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/account.h
Add RAWIO log level which is more verbose than DEBUG
[user/henk/code/inspircd.git] / src / modules / account.h
index a5cc4959151d1590b61b93c63e962ccea76d1322..8f4631cc8d41dff2dfadca3c68937e2c49e43dfe 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2010 InspIRCd Development Team
  * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
@@ -30,7 +30,7 @@ class AccountEvent : public Event
 
 typedef StringExtItem AccountExtItem;
 
-inline const AccountExtItem* GetAccountExtItem()
+inline AccountExtItem* GetAccountExtItem()
 {
        return static_cast<AccountExtItem*>(ServerInstance->Extensions.GetItem("accountname"));
 }