mirror of
https://github.com/znc/znc.git
synced 2026-08-09 10:23:14 +02:00
merge with rev 932 psychon branch:
- module call for /me's - timestamps for playback and query buffer - WALLOP stuff / fix - properly join channels _after_ namesx or uhnames were set up - dont screw up raws on reconnect when you ran /lusers - change default quit msg and version reply to CZNC::GetTag(false) - change CZNC::GetTag() to point to sf.net - kind of an rewrite for partyline, added fixed channels (this doesnt work on irssi, did it ever work?) - add the timestamp support to webadmin too - add ConnectDelay config option to avoid being killed because we connected too fast - make znc handle usermodes correctly git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@799 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -68,6 +68,7 @@ public:
|
||||
bool IsOrigNickPending() const { return m_bOrigNickPending; }
|
||||
bool HasNamesx() const { return m_bNamesx; }
|
||||
bool HasUHNames() const { return m_bUHNames; }
|
||||
const set<unsigned char>& GetUserModes() const { return m_scUserModes; }
|
||||
// !Getters
|
||||
private:
|
||||
void SetNick(const CString& sNick);
|
||||
@@ -80,6 +81,7 @@ protected:
|
||||
bool m_bUHNames;
|
||||
CString m_sPerms;
|
||||
CString m_sPermModes;
|
||||
set<unsigned char> m_scUserModes;
|
||||
map<unsigned char, EChanModeArgs> m_mueChanModes;
|
||||
CUser* m_pUser;
|
||||
CNick m_Nick;
|
||||
|
||||
Reference in New Issue
Block a user