Update to latest Csocket

Lots of interesting stuff in here, if you want details, ask Csocket's git
history. :-P

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter
2011-09-25 14:08:08 +02:00
parent c0907f2e58
commit 7f6a4fb472
4 changed files with 1261 additions and 1080 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ public:
}
virtual ~CShellMod() {
vector<CZNCSock*> vSocks = m_pManager->FindSocksByName("SHELL");
vector<Csock*> vSocks = m_pManager->FindSocksByName("SHELL");
for (unsigned int a = 0; a < vSocks.size(); a++) {
m_pManager->DelSockByAddr(vSocks[a]);