This suggestion has been closed. Votes are no longer accepted.
I used to observe the same behavior in IRC. I'm not a programmer, but I'd assume that "/" sends direct request to the server whereas "!" is just an alias. Just an assumption though.
 
So far my knowledge goes, if you type / it goes directly in your console, so its the same as typing in console, witch cannot be tracked
 
I used to observe the same behavior in IRC. I'm not a programmer, but I'd assume that "/" sends direct request to the server whereas "!" is just an alias. Just an assumption though.

Pretty much this. Makes me wonder why we need the exclamation commands in the first place since there's a way to do all these functions without clogging up the text chat.
 
I was thinking about suggesting the removal of /commands actually, as someone can votespam with /commands and they won't show up in the chat
 
I was thinking about suggesting the removal of /commands actually, as someone can votespam with /commands and they won't show up in the chat

You can't votespam using the slash version any more than the exclamation point version though. They're both on the same timer. In sourcemod the hook for the chat is just handled differently if its an exclamation point versus a slash. Also, if I'm correct, it should still log it for admins to check if necessary.
 
You can't votespam using the slash version any more than the exclamation point version though. They're both on the same timer. In sourcemod the hook for the chat is just handled differently if its an exclamation point versus a slash. Also, if I'm correct, it should still log it for admins to check if necessary.
correct, when someone calls a vote, the details are added to their chatlog. that's how we know when an instance of !votemenu or !report has no vote/report being called

examples:
http://stats.skial.com/stats/hlstats.php?mode=chat&filter=/votemenu
http://stats.skial.com/stats/hlstats.php?mode=chat&filter=/report
 
This is good. I often use the votemenu to check if alltalk is on. :p


Same here.
Fail.gif
 
Like DaevidBaekr pointed out, there would probably be a lot of chat spam if there were no slash commands.