/****************************************************************************
 *  NewCmds.AmIPlug - AmIRC Plugin
 *  Copyright (C) 1999 Joar Sivertsen <jsiv@start.no>
 *
 *  This library is free software; you can redistribute it and/or
 *  modify it under the terms of the GNU Lesser General Public
 *  License as published by the Free Software Foundation; either
 *  version 2 of the License, or (at your option) any later version.
 *
 *  This library is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *  Lesser General Public License for more details.
 *
 *  You should have received a copy of the GNU Lesser General Public
 *  License along with this library; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 ****************************************************************************
 *  $Id: include/numerics.h 0.6.0 (1.11.99) $
 ****************************************************************************/

#define ERR_NOOPERMOTD			425

#define ERR_SERVICESDOWN		440

#define ERR_NOTFORHALFOPS		460
#define ERR_ONLYSERVERSCANCHANGE	468

#define ERR_SILELISTFULL		511

#define ERR_LINKCHANNEL			470
#define ERR_NEEDREGGEDNICK		477
#define ERR_CANNOTKNOCK			480
#define ERR_NOINVITE			518
#define ERR_ADMONLY			519
#define ERR_OPERONLY			520

#define RPL_WHOISREGNICK		307
#define RPL_WHOISHELPOP			310
#define RPL_WHOISBOT			335
#define RPL_WHOISHOST			378
#define RPL_WHOISMODES			379

#define RPL_RULESSTART			308
#define RPL_ENDOFRULES			309
#define RPL_RULES			232
#define ERR_NORULES			434

#define RPL_EXLIST			359
#define RPL_ENDOFEXLIST			360

#define	RPL_CLOSING			362
#define RPL_CLOSEEND			363

#define RPL_TRACECLASS			209

#define RPL_STATSQLINE			217
#define RPL_STATSXLINE			247
#define RPL_STATSULINE			248
#define	RPL_STATSDEBUG			249

#define RPL_HELPHDR			290
#define RPL_HELPOP			291
#define RPL_HELPTLR			292
#define RPL_HELPHLP			293
#define RPL_HELPFWD			294
#define RPL_HELPIGN			295

#define RPL_MAP				006
#define RPL_MAPEND			007
#define RPL_MAPMORE			610

#define ERR_TOOMANYWATCH		512
#define RPL_LOGON			600
#define RPL_LOGOFF			601
#define RPL_WATCHOFF			602
#define RPL_WATCHSTAT			603
#define RPL_NOWON			604
#define RPL_NOWOFF			605
#define RPL_WATCHLIST			606
#define RPL_ENDOFWATCHLIST		607
