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:
psychon
2008-07-24 10:22:17 +00:00
parent 3106f3b90e
commit cd2fb1b1b5
2 changed files with 59 additions and 55 deletions
+2 -1
View File
@@ -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;