Future fix SMOD commands mute, unmute, settk, marktk and unmarktk aren't properly logged

Posts
278
Likes
361
After searching the logs for some SMOD actions the other day it occured to me that settk wasn't logged properly. I did some investigating and it seems that the commands mute, unmute, settk, marktk and unmarktk don't follow the same logging convention as the other commands. The commands say and smsay also don't follow the convention but for those it seemed logical and they are still prefixed with SMOD.

I took the liberty to check the output for (almost) all SMOD commands and I got the following list
Code:
Successful SMOD login by ^7|^0+^7| ^0B^7ull^0y (adminID: 1) (IP: 127.0.0.1:29070)
SMOD say: ^7|^0+^7| ^0B^7ull^0y (adminID: 1) (IP: 127.0.0.1:29070) : test
SMOD smsay: ^7|^0+^7| ^0B^7ull^0y (adminID: 1) (IP: 127.0.0.1:29070): test
SMOD command (kick) executed by ^7|^0+^7| ^0B^7ull^0y(adminID: 1) (IP: 127.0.0.1:29070) against 1 (1 resolved to ^7|^0+^7| ^0B^7ull^0y[1] (IP: 127.0.0.1:29071)
SMOD command (nextmap) executed by ^7|^0+^7| ^0B^7ull^0y(adminID: 1) (IP: 127.0.0.1:29070)
SMOD command (map) executed by ^7|^0+^7| ^0B^7ull^0y[1](adminID: 1) (IP: 127.0.0.1:29070)
SMOD command (maprestart) executed by ^7|^0+^7| ^0B^7ull^0y[1](adminID: 1) (IP: 127.0.0.1:29070)
SMOD command (newround) executed by ^7|^0+^7| ^0B^7ull^0y[1](adminID: 1) (IP: 127.0.0.1:29070)
SMOD command (mbmode) executed by ^7|^0+^7| ^0B^7ull^0y[1](adminID: 1) (IP: 127.0.0.1:29070)
SMOD command (mbmode) executed by ^7|^0+^7| ^0B^7ull^0y[1](adminID: 1) (IP: 127.0.0.1:29070)
SMOD command (ban) executed by ^7|^0+^7| ^0B^7ull^0y[1](adminID: 1) (IP: 127.0.0.1:29070) against 0 (0 resolved to ^7|^0+^7| ^0B^7ull^0y (IP: 127.0.0.1:29071)
SMOD command (mbmode) executed by ^7|^0+^7| ^0B^7ull^0y[1](adminID: 1) (IP: 127.0.0.1:29070)
SMOD command (ban) executed by ^7|^0+^7| ^0B^7ull^0y[1](adminID: 1) (IP: 127.0.0.1:29070) against 0 (0 resolved to ^7|^0+^7| ^0B^7ull^0y (IP: 127.0.0.1:29071)
SMOD command (removeban) executed by ^7|^0+^7| ^0B^7ull^0y[1](adminID: 1) (IP: 127.0.0.1:29070)
SMOD command (removeban) executed by ^7|^0+^7| ^0B^7ull^0y[1](adminID: 1) (IP: 127.0.0.1:29070)
SMOD command (removeban) executed by ^7|^0+^7| ^0B^7ull^0y[1](adminID: 1) (IP: 127.0.0.1:29070)
SMOD command (tempban) executed by ^7|^0+^7| ^0B^7ull^0y[1](adminID: 1) (IP: 127.0.0.1:29070) against 0 5 (0 resolved to ^7|^0+^7| ^0B^7ull^0y (IP: 127.0.0.1:29071)
SMOD command (removetempban) executed by ^7|^0+^7| ^0B^7ull^0y[1](adminID: 1) (IP: 127.0.0.1:29070)
SMOD command (forceteam) executed by ^7|^0+^7| ^0B^7ull^0y[1](adminID: 1) (IP: 127.0.0.1:29070) against 1 r (1 resolved to ^7|^0+^7| ^0B^7ull^0y[1] (IP: 127.0.0.1:29070)
SMOD command (forceteam) executed by ^7|^0+^7| ^0B^7ull^0y[1](adminID: 1) (IP: 127.0.0.1:29070) against 1 b (1 resolved to ^7|^0+^7| ^0B^7ull^0y[1] (IP: 127.0.0.1:29070)
SMOD command (forceteam) executed by ^7|^0+^7| ^0B^7ull^0y[1](adminID: 1) (IP: 127.0.0.1:29070) against 1 s (1 resolved to ^7|^0+^7| ^0B^7ull^0y[1] (IP: 127.0.0.1:29070)
SMOD command (vstr) executed by ^7|^0+^7| ^0B^7ull^0y[1](adminID: 1) (IP: 127.0.0.1:29070)
SMOD command (shuffle) executed by ^7|^0+^7| ^0B^7ull^0y[1](adminID: 1) (IP: 127.0.0.1:29070)
SMOD command (newround) executed by ^7|^0+^7| ^0B^7ull^0y[1](adminID: 1) (IP: 127.0.0.1:29070)
Server^7: ^7|^0+^7| ^0B^7ull^0y ^7was ^1muted ^7for ^310 minute(s) ^7by Admin ^3#1
Server^7: ^7|^0+^7| ^0B^7ull^0y ^7was ^1unmuted ^7by Admin ^3#1
Server^7: ^7TK points of ^7|^0+^7| ^0B^7ull^0y ^7were set to ^3599 ^7by Admin ^3#1
Server^7: ^7TK points of ^7|^0+^7| ^0B^7ull^0y ^7were set to ^30 ^7by Admin ^3#1
Server^7: ^7|^0+^7| ^0B^7ull^0y ^7put on ^1TK probation ^7for ^310 minute(s) ^7by Admin ^3#1
Server^7: ^7|^0+^7| ^0B^7ull^0y ^7removed from ^1TK probation ^7by Admin ^3#1

As you can see the last 5 entries are not like the others
Code:
Server^7: ^7|^0+^7| ^0B^7ull^0y ^7was ^1muted ^7for ^310 minute(s) ^7by Admin ^3#1
Server^7: ^7|^0+^7| ^0B^7ull^0y ^7was ^1unmuted ^7by Admin ^3#1
Server^7: ^7TK points of ^7|^0+^7| ^0B^7ull^0y ^7were set to ^3599 ^7by Admin ^3#1
Server^7: ^7TK points of ^7|^0+^7| ^0B^7ull^0y ^7were set to ^30 ^7by Admin ^3#1
Server^7: ^7|^0+^7| ^0B^7ull^0y ^7put on ^1TK probation ^7for ^310 minute(s) ^7by Admin ^3#1
Server^7: ^7|^0+^7| ^0B^7ull^0y ^7removed from ^1TK probation ^7by Admin ^3#1

Maybe this is intentional but it seems unlikely to me.
 
Last edited:
Top