Changeset 62 for trunk/src/game/Chat.h

Show
Ignore:
Timestamp:
11/19/08 13:30:40 (17 years ago)
Author:
yumileroy
Message:

[svn] * Added freeze/unfreeze/listfreeze commands patch by toilet1 (I swear I didnt make up the name)
* Fixed a couple of spelling errors in TC conf file

Original author: KingPin?
Date: 2008-10-19 11:42:21-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Chat.h

    r44 r62  
    246246        bool HandleUnmuteCommand(const char* args); 
    247247        bool HandleMovegensCommand(const char* args); 
     248        bool HandleFreezeCommand(const char *args); 
     249        bool HandleUnFreezeCommand(const char *args); 
     250        bool HandleListFreezeCommand(const char* args); 
    248251 
    249252        bool HandleBanCommand(const char* args);