Move CListener and CRealListener into their own files

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1924 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-04-15 16:52:30 +00:00
parent 92cce35f90
commit eb44919005
7 changed files with 132 additions and 98 deletions

View File

@@ -14,6 +14,7 @@
#include "Server.h"
#include "User.h"
#include "znc.h"
#include "Listener.h"
void CClient::UserCommand(CString& sLine) {
if (!m_pUser) {