|
|||
|
|||
|


Public Member Functions | |
| ModulePartMsgBan (InspIRCd *Me) | |
| virtual | ~ModulePartMsgBan () |
| virtual Version | GetVersion () |
| Returns the version number of a Module. | |
| virtual void | OnUserPart (User *user, Channel *channel, std::string &partmessage, bool &silent) |
| Called when a user parts a channel. | |
| virtual void | On005Numeric (std::string &output) |
| Called when a 005 numeric is about to be output. | |
Definition at line 18 of file m_nopartmsg.cpp.
|
|
Definition at line 22 of file m_nopartmsg.cpp. References ModuleManager::Attach(), I_On005Numeric, I_OnUserPart, InspIRCd::Modules, and Module::ServerInstance. |
|
|
Definition at line 28 of file m_nopartmsg.cpp. |
|
|
Returns the version number of a Module. The method should return a Version object with its version information assigned via Version::Version Reimplemented from Module. Definition at line 32 of file m_nopartmsg.cpp. References API_VERSION, and VF_VENDOR. |
|
|
Called when a 005 numeric is about to be output. The module should modify the 005 numeric if needed to indicate its features.
Reimplemented from Module. Definition at line 49 of file m_nopartmsg.cpp. |
|
||||||||||||||||||||
|
Called when a user parts a channel. The details of the leaving user are available to you in the parameter User *user, and the details of the channel they have left is available in the variable Channel *channel
Reimplemented from Module. Definition at line 38 of file m_nopartmsg.cpp. References IS_LOCAL, and Channel::IsExtBanned(). |