mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Move the forwarding of raw 353 into an own function
This also contains some minor changes to the code. One of those is that we now also handle namesx and uhnames for channels we don't know. BTW: CIRCSock::ReadLine() is waaay too long. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1148 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -49,7 +49,6 @@ public:
|
||||
|
||||
void KeepNick(bool bForce = false);
|
||||
void PutIRC(const CString& sLine);
|
||||
void ParseISupport(const CString& sLine);
|
||||
void ResetChans();
|
||||
void Quit();
|
||||
|
||||
@@ -82,6 +81,8 @@ public:
|
||||
// !Getters
|
||||
private:
|
||||
void SetNick(const CString& sNick);
|
||||
void ParseISupport(const CString& sLine);
|
||||
void ForwardRaw353(const CString& sLine) const;
|
||||
protected:
|
||||
bool m_bISpoofReleased;
|
||||
bool m_bAuthed;
|
||||
|
||||
Reference in New Issue
Block a user