Changeset 740 for branches/ithildin-1.1


Ignore:
Timestamp:
05/31/06 01:01:17 (6 years ago)
Author:
wd
Message:

Add a special notice when the server is in debugmode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ithildin-1.1/modules/ircd/commands/version.c

    r579 r740  
    4040            ircd.vercomment); 
    4141    send_isupport(cli); 
     42#ifdef DEBUG_CODE 
     43    sendto_one(cli, "NOTICE", ":This server is running in debug mode. " 
     44            "Some traffic may be logged."); 
     45#endif 
    4246 
    4347    return COMMAND_WEIGHT_MEDIUM; 
Note: See TracChangeset for help on using the changeset viewer.