Inherits Module.

Public Member Functions | |
| CSSetPersist (const Anope::string &modname, const Anope::string &creator) | |
| void | OnDelChan (ChannelInfo *ci) anope_override |
Private Attributes | |
| CommandCSSetPersist | commandcssetpeace |
Definition at line 157 of file cs_set_persist.cpp.
| CSSetPersist::CSSetPersist | ( | const Anope::string & | modname, | |
| const Anope::string & | creator | |||
| ) | [inline] |
Definition at line 162 of file cs_set_persist.cpp.
References ModuleManager::Attach(), I_OnDelChan, and Module::SetAuthor().
| void CSSetPersist::OnDelChan | ( | ChannelInfo * | ci | ) | [inline, virtual] |
Called when a channel is being deleted, for any reason
| ci | The channel |
Reimplemented from Module.
Definition at line 170 of file cs_set_persist.cpp.
References CI_PERSIST, and CMODE_PERM.
Definition at line 159 of file cs_set_persist.cpp.
1.7.1