1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-09-15 08:47:17 +02:00

Update the IRC module to work with the modified API.

Document code properly and also various code fixes.
This commit is contained in:
Sandu Liviu Catalin
2016-06-03 21:27:53 +03:00
parent 0c92601362
commit 40ab83743c
7 changed files with 234 additions and 594 deletions

View File

@@ -1,11 +1,8 @@
// ------------------------------------------------------------------------------------------------
#include "Session.hpp"
#include "Module.hpp"
// ------------------------------------------------------------------------------------------------
#include <cstring>
// ------------------------------------------------------------------------------------------------
#include <algorithm>
// ------------------------------------------------------------------------------------------------