mirror of
https://github.com/anope/anope.git
synced 2026-07-07 22:43:12 +02:00
Fixed build errors and warnings with -std=c++11
This commit is contained in:
@@ -22,7 +22,7 @@ class HelpChannel : public Module
|
||||
OnReload();
|
||||
}
|
||||
|
||||
EventReturn OnChannelModeSet(Channel *c, User *setter, ChannelModeName Name, const Anope::string ¶m) anope_override
|
||||
EventReturn OnChannelModeSet(Channel *c, MessageSource &setter, ChannelModeName Name, const Anope::string ¶m) anope_override
|
||||
{
|
||||
if (Name == CMODE_OP && c && c->ci && c->name.equals_ci(this->HelpChan))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user