|
|||
|
|||
|
#include <u_listmode.h>
Inheritance diagram for ListModeRequest:


Public Member Functions | |
| ListModeRequest (Module *sender, Module *target, User *u, Channel *c) | |
| Check if a user is on a channel's list. | |
| ListModeRequest (Module *sender, Module *target, std::string literalstr, char extbanchar, Channel *channel) | |
| Check if a literal string is on a channel's list, optionally using an extban char. | |
| ListModeRequest (Module *sender, Module *target, User *u, char extbanchar, Channel *channel) | |
| Check if a literal string is on a channel's list, optionally using an extban char. | |
| ~ListModeRequest () | |
| Destructor. | |
Public Attributes | |
| User * | user |
| std::string | literal |
| const char | extban |
| Channel * | chan |
Definition at line 54 of file u_listmode.h.
|
||||||||||||||||||||
|
Check if a user is on a channel's list. The Event::Send() event returns the ban string if the user is on the channel's list, or NULL if the user is not on the list.
Definition at line 70 of file u_listmode.h. |
|
||||||||||||||||||||||||
|
Check if a literal string is on a channel's list, optionally using an extban char. The Event::Send() event returns the ban string if the user is on the channel's list, or NULL if the user is not on the list.
Definition at line 82 of file u_listmode.h. |
|
||||||||||||||||||||||||
|
Check if a literal string is on a channel's list, optionally using an extban char. The Event::Send() event returns the ban string if the user is on the channel's list, or NULL if the user is not on the list.
Definition at line 94 of file u_listmode.h. |
|
|
Destructor.
Definition at line 100 of file u_listmode.h. |
|
|
Definition at line 60 of file u_listmode.h. Referenced by ListModeBase::DoOnRequest(). |
|
|
Definition at line 59 of file u_listmode.h. Referenced by ListModeBase::DoOnRequest(). |
|
|
Definition at line 58 of file u_listmode.h. Referenced by ListModeBase::DoOnRequest(). |
|
|
Definition at line 57 of file u_listmode.h. Referenced by ListModeBase::DoOnRequest(). |