X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmodules%2Fsasl.h;h=8ba20964902607a5ec167f1b7ae4d0ee7e2182aa;hb=c7b938502295ddc5b2c89e0854d8c5c19ede32dc;hp=0a7b19a7085e49666c7883390cc745f368b23889;hpb=35b70631f0532a5828b04a8e0c02092a285f331a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/modules/sasl.h b/include/modules/sasl.h index 0a7b19a70..8ba209649 100644 --- a/include/modules/sasl.h +++ b/include/modules/sasl.h @@ -1,6 +1,9 @@ /* * InspIRCd -- Internet Relay Chat Daemon * + * Copyright (C) 2015 Attila Molnar + * Copyright (C) 2013, 2018 Sadie Powell + * Copyright (C) 2012 Robby * Copyright (C) 2010 Daniel De Graaf * * This file is part of InspIRCd. InspIRCd is free software: you can @@ -29,5 +32,5 @@ class SASLEventListener : public Events::ModuleEventListener { } - virtual void OnSASLAuth(const parameterlist& params) = 0; + virtual void OnSASLAuth(const CommandBase::Params& params) = 0; };