00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026 #ifndef _EGG_MOD_CTCP_CTCP_H
00027 #define _EGG_MOD_CTCP_CTCP_H
00028
00029 #define CLIENTINFO "SED VERSION CLIENTINFO USERINFO ERRMSG FINGER TIME ACTION DCC UTC PING ECHO :Use CLIENTINFO <COMMAND> to get more specific information"
00030 #define CLIENTINFO_SED "SED contains simple_encrypted_data"
00031 #define CLIENTINFO_VERSION "VERSION shows client type, version and environment"
00032 #define CLIENTINFO_CLIENTINFO "CLIENTINFO gives information about available CTCP commands"
00033 #define CLIENTINFO_USERINFO "USERINFO returns user settable information"
00034 #define CLIENTINFO_ERRMSG "ERRMSG returns error messages"
00035 #define CLIENTINFO_FINGER "FINGER shows real name, login name and idle time of user"
00036 #define CLIENTINFO_TIME "TIME tells you the time on the user's host"
00037 #define CLIENTINFO_ACTION "ACTION contains action descriptions for atmosphere"
00038 #define CLIENTINFO_DCC "DCC requests a direct_client_connection"
00039 #define CLIENTINFO_UTC "UTC substitutes the local timezone"
00040 #define CLIENTINFO_PING "PING returns the arguments it receives"
00041 #define CLIENTINFO_ECHO "ECHO returns the arguments it receives"
00042
00043 #endif