diff options
author | Robby- <robby@chat.be> | 2013-10-28 09:13:53 +0100 |
---|---|---|
committer | Robby- <robby@chat.be> | 2013-10-28 09:13:53 +0100 |
commit | bd3bed21189d0f03e499b1c54840a1cafdd96f1a (patch) | |
tree | 6820a76222cbd3468b9714846bb5e3f3f1ee43dd /modules/commands/os_session.cpp | |
parent | fe31b0a666fbae7b34b749fd08a08293a454ce45 (diff) |
Fix some typos and touch up the configs a little.
Diffstat (limited to 'modules/commands/os_session.cpp')
-rw-r--r-- | modules/commands/os_session.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_session.cpp b/modules/commands/os_session.cpp index 80eee41f9..be003900d 100644 --- a/modules/commands/os_session.cpp +++ b/modules/commands/os_session.cpp @@ -692,7 +692,7 @@ class OSSession : public Module * decremented when the user is killed or quits - Adam */ ++session->count; - + if (kill && !exempt) { BotInfo *OperServ = Config->GetClient("OperServ"); |