|
| Invite (User *source, User *target, Channel *chan) |
|
| Message (const char *cmd, User *Sourceuser=NULL) |
|
| Message (const char *cmd, const std::string &Sourcestr, User *Sourceuser=NULL) |
|
const ParamList & | GetParams () const |
|
const TagMap & | GetTags () const |
|
const char * | GetCommand () const |
|
void | PushParam (const char *str) |
|
void | PushParam (const std::string &str) |
|
void | PushParamRef (const std::string &str) |
|
void | PushParamPlaceholder () |
|
void | ReplaceParam (unsigned int index, const char *str) |
|
void | ReplaceParam (unsigned int index, const std::string &str) |
|
void | ReplaceParamRef (unsigned int index, const std::string &str) |
|
void | AddTag (const std::string &tagname, MessageTagProvider *tagprov, const std::string &val, void *tagdata=NULL) |
|
void | AddTags (const ClientProtocol::TagMap &newtags) |
|
const SerializedMessage & | GetSerialized (const SerializedInfo &serializeinfo) const |
|
void | ClearParams () |
|
void | InvalidateCache () |
|
void | CopyAll () |
|
void | SetSideEffect (bool Sideeffect) |
|
bool | IsSideEffect () const |
|
| MessageSource (User *Sourceuser=NULL) |
|
| MessageSource (const std::string &Sourcestr, User *Sourceuser=NULL) |
|
const std::string * | GetSource () const |
|
User * | GetSourceUser () const |
|
void | SetSourceUser (User *Sourceuser) |
|
void | SetSource (const std::string &Sourcestr, User *Sourceuser=NULL) |
|
void | SetSource (const MessageSource &other) |
|
INVITE message. Sent when a user is invited to join a channel.