Inherits Module.

Public Member Functions | |
| NSSetChanstats (const Anope::string &modname, const Anope::string &creator) | |
| void | OnReload () anope_override |
| void | OnNickRegister (NickAlias *na) anope_override |
Private Attributes | |
| CommandNSSetChanstats | commandnssetchanstats |
| CommandNSSASetChanstats | commandnssasetchanstats |
| bool | NSDefChanstats |
Definition at line 91 of file ns_set_chanstats.cpp.
| NSSetChanstats::NSSetChanstats | ( | const Anope::string & | modname, | |
| const Anope::string & | creator | |||
| ) | [inline] |
Definition at line 98 of file ns_set_chanstats.cpp.
References ModuleManager::Attach(), I_OnNickRegister, OnReload(), and Module::SetAuthor().
| void NSSetChanstats::OnNickRegister | ( | NickAlias * | na | ) | [inline, virtual] |
Called when a nick is registered
| The | nick |
Reimplemented from Module.
Definition at line 113 of file ns_set_chanstats.cpp.
References NI_STATS, and NSDefChanstats.
| void NSSetChanstats::OnReload | ( | ) | [inline, virtual] |
Called when Services' configuration has been loaded.
Reimplemented from Module.
Definition at line 108 of file ns_set_chanstats.cpp.
References NSDefChanstats, and ConfigReader::ReadFlag().
Referenced by NSSetChanstats().
Definition at line 94 of file ns_set_chanstats.cpp.
Definition at line 93 of file ns_set_chanstats.cpp.
bool NSSetChanstats::NSDefChanstats [private] |
Definition at line 95 of file ns_set_chanstats.cpp.
Referenced by OnNickRegister(), and OnReload().
1.7.1