]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules/exemption.h
Remove the Kiwi links from the readme.
[user/henk/code/inspircd.git] / include / modules / exemption.h
index b590a5797b658de24abc6ce98ecbc3d6cce0b158..9319c4737cd3dcde1aa095acb08e69048d7e6f2a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2016-2017 Peter Powell <petpow@saberuk.com>
+ *   Copyright (C) 2017, 2019 Sadie Powell <sadie@witchery.services>
  *
  * 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
@@ -41,8 +41,8 @@ class CheckExemption::EventListener
        : public Events::ModuleEventListener
 {
  protected:
-       EventListener(Module* mod)
-               : ModuleEventListener(mod, "event/exemption")
+       EventListener(Module* mod, unsigned int eventprio = DefaultPriority)
+               : ModuleEventListener(mod, "event/exemption", eventprio)
        {
        }