diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2016-12-29 23:10:12 +0100 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2016-12-29 23:10:37 +0100 |
| commit | 811b4654140d11d273f407b5728d4816de2125df (patch) | |
| tree | 99c61212553cd8de16989cb870fb6f80d0fd5509 /src/crsm.hpp | |
| parent | 538a0b2a6d3811dc7c9c17b8ecb00c14aea3294b (diff) | |
| download | manager-811b4654140d11d273f407b5728d4816de2125df.tar.gz manager-811b4654140d11d273f407b5728d4816de2125df.zip | |
Adapt to new Clonk output
Sound is now considered for flood checkt too
Diffstat (limited to 'src/crsm.hpp')
| -rw-r--r-- | src/crsm.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crsm.hpp b/src/crsm.hpp index 0a1b1f4..a40e246 100644 --- a/src/crsm.hpp +++ b/src/crsm.hpp @@ -296,6 +296,7 @@ private: void prepareAndConnectIrc(); ClientInfo& getClientInfo(const QString& pcName, int cuid, const QString& user); + ClientInfo* parseClientInfo(QString& message); void exit(); |
