Cache the MOTD

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@130 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2005-04-12 04:43:48 +00:00
parent 57f66b5eb9
commit da9e5d35fa
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -63,6 +63,7 @@ protected:
CNick m_Nick;
string m_sPass;
CBuffer m_RawBuffer;
vector<string> m_vsMotdBuffer;
CUserSock* m_pUserSock;
map<string, CChan*> m_msChans;
unsigned int m_uQueryBufferCount;