]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_userip.cpp
Add support for blocking tag messages with the deaf mode.
[user/henk/code/inspircd.git] / src / modules / m_userip.cpp
index e01f56043a9130a74614d69868cdf9722bf57775..465d9de340fed18592516b8c2f70f9837dbb3b54 100644 (file)
@@ -8,7 +8,7 @@
  *   Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
  *   Copyright (C) 2007-2009 Robin Burchell <robin+git@viroteck.net>
  *   Copyright (C) 2007-2008 Dennis Friis <peavey@inspircd.org>
- *   Copyright (C) 2007 Craig Edwards <brain@inspircd.org>
+ *   Copyright (C) 2005-2007 Craig Edwards <brain@inspircd.org>
  *
  * This file is part of InspIRCd.  InspIRCd is free software: you can
  * redistribute it and/or modify it under the terms of the GNU General Public
@@ -53,7 +53,7 @@ class CommandUserip : public Command
                                {
                                        if (!checked_privs)
                                        {
-                                               // Do not trigger the insufficient priviliges message more than once
+                                               // Do not trigger the insufficient privileges message more than once
                                                checked_privs = true;
                                                has_privs = user->HasPrivPermission("users/auspex");
                                                if (!has_privs)