Ignore:
Timestamp:
05/31/07 15:15:23 (5 years ago)
Author:
wd
Message:

Many more changes:

  • Moved the 'core' addon code into various places in the main ircd module.
  • Split channel/user modes out of channel.c/client.c and into chanmode.c/usermode.c respectively.
  • Added init/teardown routines for channel/usermodes.
  • Changed the INVIS and OPER macros to have longer(:/) and more descriptive names.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ithildin/modules/ircd/send.h

    r787 r803  
    177177#define RPL_LOADTOOHIGH 263 
    178178 
     179#define RPL_COMMANDSYNTAX 334 
     180#define RPL_BANLIST 367 
     181#define RPL_ENDOFBANLIST 368 
     182 
    179183#define ERR_NOSUCHNICK 401 
    180184#define ERR_NOSUCHSERVER 402 
    181185#define ERR_NOSUCHCHANNEL 403 
     186#define ERR_CANNOTSENDTOCHAN 404 
    182187#define ERR_TOOMANYTARGETS 407 
    183188#define ERR_UNKNOWNCOMMAND 421 
    184189#define ERR_ERRONEOUSNICKNAME 432 
     190#define ERR_BANONCHAN 435 
     191#define ERR_BANNICKCHANGE 437 
    185192#define ERR_USERNOTINCHANNEL 441 
    186193#define ERR_NOTONCHANNEL 442 
     
    189196#define ERR_ALREADYREGISTERED 462 
    190197#define ERR_PASSWDMISMATCH 464 
     198#define ERR_CHANNELISFULL 471 
     199#define ERR_BANNEDFROMCHAN 474 
     200#define ERR_BADCHANNELKEY 475 
     201#define ERR_BANLISTFULL 478 
    191202#define ERR_BADCHANNAME 479 
    192203#define ERR_NOPRIVILEGES 481 
     204#define ERR_CHANOPRIVSNEEDED 482 
    193205#define ERR_CHANBANREASON 485 
    194206 
Note: See TracChangeset for help on using the changeset viewer.