unrealircd

- supernets unrealircd source & configuration
git clone git://git.acid.vegas/unrealircd.git
Log | Files | Refs | Archive | README | LICENSE

msg.h (6014B)

      1 
      2 /************************************************************************
      3  *   Unreal Internet Relay Chat Daemon, include/msg.h
      4  *   Copyright (C) 1990 Jarkko Oikarinen and
      5  *                      University of Oulu, Computing Center
      6  *
      7  *   This program is free software; you can redistribute it and/or modify
      8  *   it under the terms of the GNU General Public License as published by
      9  *   the Free Software Foundation; either version 1, or (at your option)
     10  *   any later version.
     11  *
     12  *   This program is distributed in the hope that it will be useful,
     13  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
     14  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     15  *   GNU General Public License for more details.
     16  *
     17  *   You should have received a copy of the GNU General Public License
     18  *   along with this program; if not, write to the Free Software
     19  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     20  *
     21  *   $Id$
     22  */
     23 
     24 #ifndef	__msg_include__
     25 #define __msg_include__
     26 
     27 #define MSG_PRIVATE	"PRIVMSG"	/* PRIV */
     28 #define MSG_WHOIS	"WHOIS"	/* WHOI */
     29 #define MSG_WHOWAS	"WHOWAS"	/* WHOW */
     30 #define MSG_USER	"USER"	/* USER */
     31 #define MSG_NICK	"NICK"	/* NICK */
     32 #define MSG_SERVER	"SERVER"	/* SERV */
     33 #define MSG_LIST	"LIST"	/* LIST */
     34 #define MSG_TOPIC	"TOPIC"	/* TOPI */
     35 #define MSG_INVITE	"INVITE"	/* INVI */
     36 #define MSG_VERSION	"VERSION"	/* VERS */
     37 #define MSG_QUIT	"QUIT"	/* QUIT */
     38 #define MSG_SQUIT	"SQUIT"	/* SQUI */
     39 #define MSG_KILL	"KILL"	/* KILL */
     40 #define MSG_INFO	"INFO"	/* INFO */
     41 #define MSG_LINKS	"LINKS"	/* LINK */
     42 #define MSG_SUMMON	"SUMMON"	/* SUMM */
     43 #define MSG_STATS	"STATS"	/* STAT */
     44 #define MSG_USERS	"USERS"	/* USER -> USRS */
     45 #define MSG_HELP	"HELP"	/* HELP */
     46 #define MSG_HELPOP	"HELPOP"	/* HELP */
     47 #define MSG_ERROR	"ERROR"	/* ERRO */
     48 #define MSG_AWAY	"AWAY"	/* AWAY */
     49 #define MSG_CONNECT	"CONNECT"	/* CONN */
     50 #define MSG_PING	"PING"	/* PING */
     51 #define MSG_PONG	"PONG"	/* PONG */
     52 #define MSG_OPER	"OPER"	/* OPER */
     53 #define MSG_PASS	"PASS"	/* PASS */
     54 #define MSG_TIME	"TIME"	/* TIME */
     55 #define MSG_NAMES	"NAMES"	/* NAME */
     56 #define MSG_ADMIN	"ADMIN"	/* ADMI */
     57 #define MSG_NOTICE	"NOTICE"	/* NOTI */
     58 #define MSG_JOIN	"JOIN"	/* JOIN */
     59 #define MSG_PART	"PART"	/* PART */
     60 #define MSG_LUSERS	"LUSERS"	/* LUSE */
     61 #define MSG_MOTD	"MOTD"	/* MOTD */
     62 #define MSG_MODE	"MODE"	/* MODE */
     63 #define MSG_KICK	"KICK"	/* KICK */
     64 #define MSG_SERVICE	"SERVICE"	/* SERV -> SRVI */
     65 #define MSG_USERHOST	"USERHOST"	/* USER -> USRH */
     66 #define MSG_ISON	"ISON"	/* ISON */
     67 #define	MSG_REHASH	"REHASH"	/* REHA */
     68 #define	MSG_RESTART	"RESTART"	/* REST */
     69 #define	MSG_CLOSE	"CLOSE"	/* CLOS */
     70 #define	MSG_DIE		"DIE"	/* DIE */
     71 #define	MSG_HASH	"HASH"	/* HASH */
     72 #define	MSG_DNS		"DNS"	/* DNS  -> DNSS */
     73 #define MSG_SILENCE	"SILENCE"	/* SILE */
     74 #define MSG_AKILL	"AKILL"	/* AKILL */
     75 #define MSG_KLINE	"KLINE"	/* KLINE */
     76 #define MSG_UNKLINE     "UNKLINE"	/* UNKLINE */
     77 #define MSG_RAKILL	"RAKILL"	/* RAKILL */
     78 #define MSG_GNOTICE	"GNOTICE"	/* GNOTICE */
     79 #define MSG_GOPER	"GOPER"	/* GOPER */
     80 #define MSG_GLOBOPS	"GLOBOPS"	/* GLOBOPS */
     81 #define MSG_LOCOPS	"LOCOPS"	/* LOCOPS */
     82 #define MSG_PROTOCTL	"PROTOCTL"	/* PROTOCTL */
     83 #define MSG_WATCH	"WATCH"	/* WATCH */
     84 #define MSG_TRACE	"TRACE"	/* TRAC */
     85 #define MSG_SQLINE	"SQLINE"	/* SQLINE */
     86 #define MSG_UNSQLINE	"UNSQLINE"	/* UNSQLINE */
     87 #define MSG_SVSNICK	"SVSNICK"	/* SVSNICK */
     88 #define MSG_SVSNOOP	"SVSNOOP"	/* SVSNOOP */
     89 #define MSG_IDENTIFY	"IDENTIFY"	/* IDENTIFY */
     90 #define MSG_SVSKILL	"SVSKILL"	/* SVSKILL */
     91 #define MSG_NICKSERV	"NICKSERV"	/* NICKSERV */
     92 #define MSG_NS		"NS"
     93 #define MSG_CHANSERV	"CHANSERV"	/* CHANSERV */
     94 #define MSG_CS		"CS"
     95 #define MSG_OPERSERV	"OPERSERV"	/* OPERSERV */
     96 #define MSG_OS		"OS"
     97 #define MSG_MEMOSERV	"MEMOSERV"	/* MEMOSERV */
     98 #define MSG_MS		"MS"
     99 #define MSG_SERVICES	"SERVICES"	/* SERVICES */
    100 #define MSG_SVSMODE	"SVSMODE"	/* SVSMODE */
    101 #define MSG_SAMODE	"SAMODE"	/* SAMODE */
    102 #define MSG_CHATOPS	"CHATOPS"	/* CHATOPS */
    103 #define MSG_ZLINE    	"ZLINE"	/* ZLINE */
    104 #define MSG_UNZLINE  	"UNZLINE"	/* UNZLINE */
    105 #define MSG_HELPSERV    "HELPSERV"	/* HELPSERV */
    106 #define MSG_HS		"HS"
    107 #define MSG_RULES       "RULES"	/* RULES */
    108 #define MSG_MAP         "MAP"	/* MAP */
    109 #define MSG_SVS2MODE    "SVS2MODE"	/* SVS2MODE */
    110 #define MSG_DALINFO     "DALINFO"	/* dalinfo */
    111 #define MSG_ADMINCHAT   "ADCHAT"	/* Admin chat */
    112 #define MSG_MKPASSWD	"MKPASSWD"	/* MKPASSWD */
    113 #define MSG_ADDLINE     "ADDLINE"	/* ADDLINE */
    114 #define MSG_GLINE	"GLINE"	/* The awesome g-line */
    115 #define MSG_SJOIN	"SJOIN"
    116 #define MSG_SETHOST 	"SETHOST"	/* sethost */
    117 #define MSG_NACHAT  	"NACHAT"	/* netadmin chat */
    118 #define MSG_SETIDENT    "SETIDENT"
    119 #define MSG_SETNAME	"SETNAME"	/* set GECOS */
    120 #define MSG_LAG		"LAG"	/* Lag detect */
    121 #define MSG_STATSERV	"STATSERV"	/* alias */
    122 #define MSG_KNOCK	"KNOCK"
    123 #define MSG_CREDITS 	"CREDITS"
    124 #define MSG_LICENSE 	"LICENSE"
    125 #define MSG_CHGHOST 	"CHGHOST"
    126 #define MSG_NETINFO 	"NETINFO"
    127 #define MSG_SENDUMODE 	"SENDUMODE"
    128 #define MSG_ADDMOTD 	"ADDMOTD"
    129 #define MSG_ADDOMOTD	"ADDOMOTD"
    130 #define MSG_SVSMOTD	"SVSMOTD"
    131 #define MSG_SMO 	"SMO"
    132 #define MSG_OPERMOTD 	"OPERMOTD"
    133 #define MSG_TSCTL 	"TSCTL"
    134 #define MSG_SVSJOIN 	"SVSJOIN"
    135 #define MSG_SAJOIN 	"SAJOIN"
    136 #define MSG_SVSPART 	"SVSPART"
    137 #define MSG_SAPART 	"SAPART"
    138 #define MSG_CHGIDENT 	"CHGIDENT"
    139 #define MSG_SWHOIS 	"SWHOIS"
    140 #define MSG_SVSO 	"SVSO"
    141 #define MSG_SVSFLINE 	"SVSFLINE"
    142 #define MSG_TKL		"TKL"
    143 #define MSG_VHOST 	"VHOST"
    144 #define MSG_BOTMOTD 	"BOTMOTD"
    145 #define MSG_REMGLINE	"REMGLINE"	/* remove g-line */
    146 
    147 #define MSG_UMODE2	"UMODE2"
    148 #define MSG_DCCDENY	"DCCDENY"
    149 #define MSG_UNDCCDENY   "UNDCCDENY"
    150 #define MSG_CHGNAME	"CHGNAME"
    151 #define MSG_SHUN	"SHUN"
    152 #define MSG_NEWJOIN 	"NEWJOIN"	/* For CR Java Chat */
    153 #define MSG_POST	"POST"
    154 #define MSG_INFOSERV 	"INFOSERV"
    155 #define MSG_IS		"IS"
    156 
    157 #define MSG_BOTSERV	"BOTSERV"
    158 
    159 #define MSG_CYCLE	"CYCLE"
    160 
    161 #define MSG_MODULE	"MODULE"
    162 /* BR and BT are in use */
    163 
    164 #define MSG_SENDSNO	"SENDSNO"
    165 
    166 #define MSG_EOS		"EOS"
    167 
    168 #define MSG_MLOCK	"MLOCK"
    169 
    170 #define MAXPARA    	15
    171 
    172 #endif