01.08.2009, 11:39
Quote:
Known bugs: Somehow you can use rcmd commands if you use /, !, ? or any other character in front of the command. |
Quote:
#define rcmd(%1,%2,%3) if((strcmp((%3)[1], #%1, true, (%2)) == 0) |
Quote:
#define rcmd(%1,%2,%3) if((strcmp((%3)[0], #%1, true, (%2)) == 0) |
Quote:
#define rcmd(%1,%2,%3) if((strcmp((%3), #%1, true, (%2)) == 0) |