Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 28, 2010, 1:51:04 AM (14 years ago)
Author:
landauf
Message:

replaced the temporary names of all ConsoleCommand related classes and functions by their real names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/consolecommands3/src/libraries/core/command/IRC.cc

    r7219 r7236  
    4242    static const unsigned int IRC_TCL_THREADID  = 1421421421;
    4343
    44     _SetConsoleCommand("IRC", "say",  &IRC::say);
    45     _SetConsoleCommand("IRC", "msg",  &IRC::msg);
    46     _SetConsoleCommand("IRC", "nick", &IRC::nick);
     44    SetConsoleCommand("IRC", "say",  &IRC::say);
     45    SetConsoleCommand("IRC", "msg",  &IRC::msg);
     46    SetConsoleCommand("IRC", "nick", &IRC::nick);
    4747
    4848    IRC::IRC()
Note: See TracChangeset for help on using the changeset viewer.