⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 text.c

📁 The major functionality added in this release includes: - Rootless mode in X11 - Widget Templt
💻 C
📖 第 1 页 / 共 3 页
字号:
static char *pevt_whois1_help[] = {	N_("Nickname"),	N_("Username"),	N_("Host"),	N_("Full name"),	NULL};static char *pevt_whois2_help[] = {	N_("Nickname"),	N_("Channel Membership/\"is an IRC operator\""),	NULL};static char *pevt_whois3_help[] = {	N_("Nickname"),	N_("Server Information"),	NULL};static char *pevt_whois4_help[] = {	N_("Nickname"),	N_("Idle time"),	NULL};static char *pevt_whois4t_help[] = {	N_("Nickname"),	N_("Idle time"),	N_("Signon time"),	NULL};static char *pevt_whois5_help[] = {	N_("Nickname"),	N_("Away reason"),	NULL};static char *pevt_whois6_help[] = {	N_("Nickname"),	NULL};static char *pevt_generic_channel_help[] = {	N_("Channel Name"),	NULL};static char *pevt_generic_none_help[] = {	NULL};static char *pevt_servertext_help[] = {	N_("Text"),	NULL};static char *pevt_invited_help[] = {	N_("Channel Name"),	N_("Nick of person who invited you"),	N_("Server Name"),	NULL};static char *pevt_usersonchan_help[] = {	N_("Channel Name"),	N_("Users"),	NULL};static char *pevt_nickclash_help[] = {	N_("Nickname in use"),	N_("Nick being tried"),	NULL};static char *pevt_connfail_help[] = {	N_("Error String"),	NULL};static char *pevt_connect_help[] = {	N_("Host"),	N_("IP"),	N_("Port"),	NULL};static char *pevt_sconnect_help[] = {	N_("PID"),	NULL};static char *pevt_generic_nick_help[] = {	N_("Nickname"),	NULL};static char *pevt_chanmodes_help[] = {	N_("Channel name"),	N_("Modes string"),	NULL};static char *pevt_rawmodes_help[] = {	N_("Nickname"),	N_("Modes string"),	NULL};static char *pevt_kill_help[] = {	N_("Nickname"),	N_("Reason"),	NULL};static char *pevt_dccchaterr_help[] = {	N_("Nickname"),	N_("IP address"),	N_("port"),	NULL};static char *pevt_dccstall_help[] = {	N_("DCC Type"),	N_("Filename"),	N_("Nickname"),	NULL};static char *pevt_generic_file_help[] = {	N_("Filename"),	NULL};static char *pevt_dccrecverr_help[] = {	N_("Filename"),	N_("Destination filename"),	N_("Nickname"),	NULL};static char *pevt_dccrecvcomp_help[] = {	N_("Filename"),	N_("Destination filename"),	N_("Nickname"),	N_("CPS"),	NULL};static char *pevt_dccconfail_help[] = {	N_("DCC Type"),	N_("Nickname"),	N_("Error string"),	NULL};static char *pevt_dcccon_help[] = {	N_("DCC Type"),	N_("Nickname"),	N_("IP address"),	N_("{to|from}"),	NULL};static char *pevt_dccsendfail_help[] = {	N_("Filename"),	N_("Nickname"),	NULL};static char *pevt_dccsendcomp_help[] = {	N_("Filename"),	N_("Nickname"),	N_("CPS"),	NULL};static char *pevt_dccoffer_help[] = {	N_("Filename"),	N_("Nickname"),	NULL};static char *pevt_dccabort_help[] = {	N_("DCC type"),	N_("Filename"),	N_("Nickname"),	NULL};static char *pevt_dccresumeoffer_help[] = {	N_("Nickname"),	N_("Filename"),	N_("Position"),	NULL};static char *pevt_dccsendoffer_help[] = {	N_("Nickname"),	N_("Filename"),	N_("Size"),	NULL};static char *pevt_dccgenericoffer_help[] = {	N_("DCC String"),	N_("Nickname"),	NULL};static char *pevt_notifynumber_help[] = {	N_("Number of notify items"),	NULL};static char *pevt_serverlookup_help[] = {	N_("Servername"),	NULL};static char *pevt_servererror_help[] = {	N_("Text"),	NULL};/*static char *pevt_servergenmessage_help[] ={   "Text",   NULL};*/static char *pevt_foundip_help[] = {	N_("IP"),	NULL};static char *pevt_dccrename_help[] = {	N_("Old Filename"),	N_("New Filename"),	NULL};static char *pevt_ctcpsend_help[] = {	N_("Receiver"),	N_("Message"),	NULL};static char *pevt_ignorelist_help[] = {	N_("Hostmask"),	N_("Priv Yes/No"),	N_("Noti Yes/No"),	N_("Chan Yes/No"),	N_("Ctcp Yes/No"),	N_("Invi Yes/No"),	N_("Unig Yes/No"),	NULL};static char *pevt_ignoreaddremove_help[] = {	N_("Hostmask"),	NULL};static char *pevt_resolvinguser_help[] = {	N_("Nickname"),	N_("Hostname"),	NULL};static char *pevt_dccmalformed_help[] = {	N_("The Packet"),	NULL};static char *pevt_newmail_help[] = {	N_("Number of messages"),	N_("Bytes in mailbox"),	NULL};static char *pevt_pingtimeout_help[] = {	N_("Seconds"),	NULL};static char *pevt_uinvite_help[] = {	N_("Nick of person who have been invited"),	N_("Channel Name"),	N_("Server Name"),	NULL};static char *pevt_banlist_help[] = {	N_("Channel"),	N_("Banmask"),	N_("Who set the ban"),	N_("Ban time"),	NULL};struct text_event{	char *name;	char **help;	char *def;	int num_args;	char *sound;};/* *BBIIGG* struct ahead!! --AGL */struct text_event te[] = {	/* Padding for all the non-text signals */	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	{NULL, NULL, NULL, 0, NULL},	/* Now we get down to business */		{"Join", pevt_join_help,	 N_("-%C10-%C11>%O$t%B$1%B %C14(%C10$3%C14)%C has joined $2"), 3, NULL},	{"Channel Action", pevt_chanaction_help, N_("%C13*%O$t$1 $2%O"), 2, NULL},	{"Channel Action Hilight", pevt_chanaction_help, N_("%C13*%O$t%C8%B$1%B%O $2%O"), 2, NULL},	{"Channel Message", pevt_chanmsg_help, N_("%C2<%O$1%C2>%O$t$2%O"), 3, NULL},	{"Channel Msg Hilight", pevt_chanmsg_help, N_("%C2<%C8%B$1%B%C2>%O$t$2%O"), 3, NULL},	{"Private Message", pevt_privmsg_help, N_("%C12*%C13$1%C12*$t%O$2%O"), 2, NULL},	{"Change Nick", pevt_changenick_help,	 N_("-%C10-%C11-%O$t$1 is now known as $2"), 2, NULL},	{"New Topic", pevt_newtopic_help,	 N_("-%C10-%C11-%O$t$1 has changed the topic to: $2%O"), 3, NULL},	{"Topic", pevt_topic_help, N_("-%C10-%C11-%O$tTopic for %C11$1%C is %C11$2%O"),	 2, NULL},	{"Kick", pevt_kick_help, N_("<%C10-%C11-%O$t$1 has kicked $2 from $3 ($4%O)"),	 4, NULL},	{"Part", pevt_part_help, N_("<%C10-%C11-%O$t$1 %C14(%O$2%C14)%C has left $3"),	 3, NULL},	{"Channel Creation", pevt_chandate_help,	 N_("-%C10-%C11-%O$tChannel $1 created on $2"), 2, NULL},	{"Topic Creation", pevt_topicdate_help,	 N_("-%C10-%C11-%O$tTopic for %C11$1%C set by %C11$2%C at %C11$3%O"), 3, NULL},	{"Quit", pevt_quit_help, N_("<%C10-%C11-%O$t$1 has quit %C14(%O$2%O%C14)%O"),	 3, NULL},	{"Ping Reply", pevt_pingrep_help,	 N_("-%C10-%C11-%O$tPing reply from $1 : $2 second(s)"), 2, NULL},	{"Notice", pevt_notice_help, N_("%C12-%C13$1%C12-%O$t$2%O"), 2, NULL},	{"You Joining", pevt_join_help,	 N_("-%C10-%C11>%O$t%BYou%B are now talking on %C11$2%O"), 3, NULL},	{"Your Message", pevt_chanmsg_help, N_("%C6<%O$1%C6>%O$t$2%O"), 3, NULL},	{"Private Message to Dialog", pevt_dprivmsg_help,	 N_("%C2<%O$1%C2>%O$t$2%O"), 2, NULL},	{"Your Nick Changing", pevt_uchangenick_help,	 N_("-%C10-%C11-%O$tYou are now known as $2"), 2, NULL},	{"You're Kicked", pevt_ukick_help,	 N_("-%C10-%C11-%O$tYou have been kicked from $2 by $3 ($4%O)"), 4, NULL},	{"You Parting", pevt_part_help, N_("-%C10-%C11-%O$tYou have left channel $3"),	 3, NULL},	{"CTCP Sound", pevt_ctcpsnd_help,	 N_("-%C10-%C11-%O$tReceived a CTCP Sound $1 from $2"), 2, NULL},	{"CTCP Generic", pevt_ctcpgen_help,	 N_("-%C10-%C11-%O$tReceived a CTCP $1 from $2"), 2, NULL},	{"CTCP Generic to Channel", pevt_ctcpgenc_help,	 N_("-%C10-%C11-%O$tReceived a CTCP $1 from $2 (to $3)"), 3, NULL},	{"Channel Set Key", pevt_chansetkey_help,	 N_("-%C10-%C11-%O$t$1 sets channel keyword to $2"), 2, NULL},	{"Channel Set Limit", pevt_chansetlimit_help,	 N_("-%C10-%C11-%O$t$1 sets channel limit to $2"), 2, NULL},	{"Channel Half-Operator", pevt_chanhop_help,	 N_("-%C10-%C11-%O$t$1 gives channel half-operator status to $2"), 2, NULL},	{"Channel Operator", pevt_chanop_help,	 N_("-%C10-%C11-%O$t$1 gives channel operator status to $2"), 2, NULL},	{"Channel Voice", pevt_chanvoice_help,	 N_("-%C10-%C11-%O$t$1 gives voice to $2"), 2, NULL},	{"Channel Ban", pevt_chanban_help, N_("-%C10-%C11-%O$t$1 sets ban on $2"), 2,	 NULL},	{"Channel Remove Keyword", pevt_chanrmkey_help,	 N_("-%C10-%C11-%O$t$1 removes channel keyword"), 1, NULL},	{"Channel Remove Limit", pevt_chanrmlimit_help,	 N_("-%C10-%C11-%O$t$1 removes user limit"), 1, NULL},	{"Channel DeHalfOp", pevt_chandehop_help,	 N_("-%C10-%C11-%O$t$1 removes channel half-operator status from $2"), 2,	 NULL},	{"Channel DeOp", pevt_chandeop_help,	 N_("-%C10-%C11-%O$t$1 removes channel operator status from $2"), 2, NULL},	{"Channel DeVoice", pevt_chandevoice_help,	 N_("-%C10-%C11-%O$t$1 removes voice from $2"), 2, NULL},	{"Channel UnBan", pevt_chanunban_help,	 N_("-%C10-%C11-%O$t$1 removes ban on $2"), 2, NULL},	{"Channel Exempt", pevt_chanexempt_help,	 N_("-%C10-%C11-%O$t$1 sets exempt on $2"), 2, NULL},	{"Channel Remove Exempt", pevt_chanrmexempt_help,	 N_("-%C10-%C11-%O$t$1 removes exempt on $2"), 2, NULL},	{"Channel INVITE", pevt_chaninvite_help,	 N_("-%C10-%C11-%O$t$1 sets invite on $2"), 2, NULL},	{"Channel Remove INVITE", pevt_chanrminvite_help,	 N_("-%C10-%C11-%O$t$1 removes invite on $2"), 2, NULL},	{"Channel Mode Generic", pevt_chanmodegen_help,	 N_("-%C10-%C11-%O$t$1 sets mode $2$3 $4"), 4, NULL},	{"WhoIs Name Line", pevt_whois1_help,	 N_("-%C10-%C11-%O$t%C12[%O$1%C12] %C14(%O$2@$3%C14) %O: $4%O"), 4, NULL},	{"WhoIs Channel/Oper Line", pevt_whois2_help,	 N_("-%C10-%C11-%O$t%C12[%O$1%C12]%C $2"), 2, NULL},	{"WhoIs Server Line", pevt_whois3_help,	 N_("-%C10-%C11-%O$t%C12[%O$1%C12]%O $2"), 2, NULL},	{"WhoIs Idle Line", pevt_whois4_help,	 N_("-%C10-%C11-%O$t%C12[%O$1%C12]%O idle %C11$2%O"), 2, NULL},	{"WhoIs Idle Line with Signon", pevt_whois4t_help,	 N_("-%C10-%C11-%O$t%C12[%O$1%C12]%O idle %C11$2%O, signon: %C11$3%O"), 3,	 NULL},	{"WhoIs Away Line", pevt_whois5_help,	 N_("-%C10-%C11-%O$t%C12[%O$1%C12] %Cis away %C14(%O$2%O%C14)"), 2, NULL},	{"WhoIs End", pevt_whois6_help,	 N_("-%C10-%C11-%O$t%C12[%O$1%C12] %CEnd of WHOIS list."), 1, NULL},	{"User Limit", pevt_generic_channel_help,	 N_("-%C10-%C11-%O$tCannot join%C11 %B$1 %O(User limit reached)."), 1, NULL},	{"Banned", pevt_generic_channel_help,	 N_("-%C10-%C11-%O$tCannot join%C11 %B$1 %O(You are banned)."), 1, NULL},	{"Invite", pevt_generic_channel_help,	 N_("-%C10-%C11-%O$tCannot join%C11 %B$1 %O(Channel is invite only)."), 1,	 NULL},	{"Keyword", pevt_generic_channel_help,	 N_("-%C10-%C11-%O$tCannot join%C11 %B$1 %O(Requires keyword)."), 1, NULL},	{"MOTD Skipped", pevt_generic_none_help, N_("-%C10-%C11-%O$tMOTD Skipped."), 0,	 NULL},	{"Server Text", pevt_servertext_help, N_("-%C10-%C11-%O$t$1%O"), 1, NULL},	{"Invited", pevt_invited_help,	 N_("-%C10-%C11-%O$tYou have been invited to %C11$1%C by %C11$2%C (%C11$3%C)"),	 3, NULL},	{"Users On Channel", pevt_usersonchan_help,	 N_("-%C10-%C11-%O$t%C11Users on $1:%C $2"), 2, NULL},	{"Nick Clash", pevt_nickclash_help,	 N_("-%C10-%C11-%O$t$1 already in use. Retrying with $2.."), 2, NULL},	{"Nick Failed", pevt_generic_none_help,	 N_("-%C10-%C11-%O$tNickname already in use. Use /NICK to try another."), 0,	 NULL},	{"Unknown Host", pevt_generic_none_help,	 N_("-%C10-%C11-%O$tUnknown host. Maybe you misspelled it?"), 0, NULL},	{"Connection Failed", pevt_connfail_help,	 N_("-%C10-%C11-%O$tConnection failed. Error: $1"), 1, NULL},	{"Connecting", pevt_connect_help,	 N_("-%C10-%C11-%O$tConnecting to %C11$1 %C14(%C11$2%C14)%C port %C11$3%C.."),	 3, NULL},	{"Connected", pevt_generic_none_help,	 N_("-%C10-%C11-%O$tConnected. Now logging in.."), 0, NULL},	{"Stop Connection", pevt_sconnect_help,	 N_("-%C10-%C11-%O$tStopped previous connection attempt (pid=$1)"), 1, NULL},	{"Disconnected", pevt_generic_none_help,	 N_("-%C10-%C11-%O$tDisconnected ($1)."), 1, NULL},	{"No DCC", pevt_generic_none_help, N_("-%C10-%C11-%O$tNo such DCC."), 0, NULL},		{"Delete Notify", pevt_generic_nick_help,	 N_("-%C10-%C11-%O$t$1 deleted from notify list."), 1, NULL},	{"Add Notify", pevt_generic_nick_help,	 N_("-%C10-%C11-%O$t$1 added to notify list."), 1, NULL},	{"Channel Modes", pevt_chanmodes_help,	 N_("-%C10-%C11-%O$tChannel $1 modes: $2"), 2, NULL},	{"Raw Modes", pevt_rawmodes_help,	 N_("-%C10-%C11-%O$t$1 sets modes%B %C14[%O$2%B%C14]%O"), 2, NULL},	{"Killed", pevt_kill_help,	 N_("-%C10-%C11-%O$tYou have been killed by $1 ($2%O)"), 2, NULL},	{"DCC Stall", pevt_dccstall_help,	 N_("-%C10-%C11-%O$tDCC $1 %C11$2 %Cto %C11$3 %Cstalled - aborting."), 3,	 NULL},	{"DCC Timeout", pevt_dccstall_help,	 N_("-%C10-%C11-%O$tDCC $1 %C11$2 %Cto %C11$3 %Ctimed out - aborting."), 3,	 NULL},	{"DCC CHAT Failed", pevt_dccchaterr_help,	 N_("-%C10-%C11-%O$tDCC CHAT failed. Connection to $1 %C14[%O$2:$3%C14]%O lost."),	 3, NULL},	{"DCC RECV File Open Error", pevt_generic_file_help,	 N_("-%C10-%C11-%O$tDCC RECV: Cannot open $1 for writing - aborting."), 1,	 NULL},	{"DCC RECV Failed", pevt_dccrecverr_help,	 N_("-%C10-%C11-%O$tDCC RECV $1 ($2) failed. Connection to $3 lost."), 3,	 NULL},	{"DCC RECV Complete", pevt_dccrecvcomp_help,	 N_("-%C10-%C11-%O$tDCC RECV %C11$1%O from %C11$3%O complete %C14[%C11$4%O cps%C14]%O."),	 4, NULL},	{"DCC Conection Failed", pevt_dccconfail_help,	 N_("-%C10-%C11-%O$tDCC $1 connect attempt to %C11$2%O failed (err=$3)."), 3,	 NULL},	{"DCC Connected", pevt_dcccon_help,	 N_("-%C10-%C11-%O$tDCC $1 connection established $4 %C11$2 %C14[%O$3%C14]%O"),	 4, NULL},	{"DCC SEND Failed", pevt_dccsendfail_help,	 N_("-%C10-%C11-%O$tDCC SEND %C11$1%O failed. Connection to %C11$2%O lost."),	 2, NULL},	{"DCC SEND Complete", pevt_dccsendcomp_help,	 N_("-%C10-%C11-%O$tDCC SEND %C11$1%O to %C11$2%O complete %C14[%C11$3%O cps%C14]%O."),	 3, NULL},	{"DCC Offer", pevt_dccoffer_help,	 N_("-%C10-%C11-%O$tOffering %C11$1 %Cto %C11$2%O"), 2, NULL},	{"DCC Abort", pevt_dccabort_help,	 N_("-%C10-%C11-%O$tDCC $1 %C11$2 %Cto %C11$3 %Caborted."), 3, NULL},	{"DCC Offer Not Valid", pevt_generic_none_help,	 N_("-%C10-%C11-%O$tNo such DCC offer."), 0, NULL},	{"DCC CHAT Reoffer", pevt_generic_nick_help,	 N_("-%C10-%C11-%O$tAlready offering CHAT to $1"), 1, NULL},	{"DCC CHAT Offering", pevt_generic_nick_help,	 N_("-%C10-%C11-%O$tOffering DCC CHAT to $1"), 1, NULL},	{"DCC CHAT Offer", pevt_generic_nick_help,	 N_("-%C10-%C11-%O$tReceived a DCC CHAT offer from $1"), 1, NULL},	{"DCC RESUME Request", pevt_dccresumeoffer_help,	 N_("-%C10-%C11-%O$t%C11$1 %Chas requested to resume %C11$2 %Cfrom %C11$3%C."),	 3, NULL},	{"DCC SEND Offer", pevt_dccsendoffer_help,	 N_("-%C10-%C11-%O$t%C11$1 %Chas offered %C11$2 %C(%C11$3 %Cbytes)"), 3, NULL},	{"DCC Generic Offer", pevt_dccgenericoffer_help,	 N_("-%C10-%C11-%O$tReceived '$1%O' from $2"), 2, NULL},	{"Notify Online", pevt_generic_nick_help,	 N_("-%C10-%C11-%O$tNotify: $1 is online ($2)."), 2, NULL},	{"Notify Number", pevt_notifynumber_help,	 N_("-%C10-%C11-%O$t$1 users in notify list."), 1, NULL},	{"Notify Empty", pevt_generic_none_help,	 N_("-%C10-%C11-%O$tNotify list is empty."), 0, NULL},	{"No Running Process", pevt_generic_none_help,	 N_("-%C10-%C11-%O$tNo process is currently running"), 0, NULL},	{"Process Already Running", pevt_generic_none_help,	 N_("-%C10-%C11-%O$tA process is already running"), 0, NULL},	{"Server Lookup", pevt_serverlookup_help,	 N_("-%C10-%C11-%O$tLooking up %C11$1%C.."), 1, NULL},	{"Server Connected", pevt_generic_none_help, N_("-%C10-%C11-%O$tConnected."),	 0, NULL},	{"Server Error", pevt_servererror_help, N_("-%C10-%C11-%O$t$1%O"), 1, NULL},		{"Server Generic Message", pevt_servererror_help, N_("-%C10-%C11-%O$t$1%O"),	 1, NULL},	{"Found IP", pevt_foundip_help, N_("-%C10-%C11-%O$tFound your IP: [$1]"), 1,	 NULL},	{"DCC Rename", pevt_dccrename_help,	 N_("-%C10-%C11-%O$tThe file %C11$1%C already exists, saving it as %C11$2%O instead."),	 2, NULL},	{"CTCP Send", pevt_ctcpsend_help, N_("%C3>%O$1%C3<%O$tCTCP $2%O"), 2, NULL},	{"Message Send", pevt_ctcpsend_help, N_("%C3>%O$1%C3<%O$t$2%O"), 2, NULL},	{"Notice Send", pevt_ctcpsend_help, N_("%C3>%O$1%C3<%O$t$2%O"), 2, NULL},		{"Receive Wallops", pevt_dprivmsg_help,	 N_("%C12-%C13$1/Wallops%C12-%O$t$2%O"), 2, NULL},	{"Ignore Header", pevt_generic_none_help,	 N_("%C08,02 Hostmask             PRIV NOTI CHAN CTCP INVI UNIG %O"), 0, NULL},	{"Ignore List", pevt_ignorelist_help, N_(" $1 $2  $3  $4  $5  $6  $7"), 7,	 NULL},	{"Ignore Footer", pevt_generic_none_help,	 N_("%C08,02                                                    %O"), 0, NULL},	{"Ignore Add", pevt_ignoreaddremove_help,	 N_("%O%C11$1%O added to ignore list."), 1, NULL},	{"Ignore Remove", pevt_ignoreaddremove_help,	 N_("%O%C11$1%O removed from ignore list."), 1, NULL},	{"Resolving User", pevt_resolvinguser_help,	 N_("-%C10-%C11-%O$tLooking up IP number for%C11 $1%O.."), 2, NULL},	{"Ignorelist Empty", pevt_generic_none_help, N_("  Ignore list is empty."), 0,	 NULL},	{"Ignore Changed", pevt_ignoreaddremove_help,	 N_("Ignore on %C11$1%O changed."), 1, NULL},	{"Notify Offline", pevt_generic_nick_help,	 N_("-%C10-%C11-%O$tNotify: $1 is offline ($2)."), 2, NULL},	{"DCC Malformed From", pevt_generic_nick_help,	 N_("-%C10-%C11-%O$tReceived a malformed DCC request from %C11$1%O."), 1,	 NULL},	{"DCC Malformed Packet", pevt_dccmalformed_help,	 N_("-%C10-%C11-%O$tContents of packet: \"$1%O\"."), 1, NULL},	{"Part with Reason", pevt_partreason_help,	 N_("<%C10-%C11-%O$t$1 %C14(%O$2%C14)%C has left $3 %C14(%O$4%C14)%O"), 4,	 NULL},	{"You Part with Reason", pevt_partreason_help,	 N_("-%C10-%C11-%O$tYou have left channel $3 %C14(%O$4%C14)%O"), 4, NULL},	{"New Mail", pevt_newmail_help,	 N_("-%C3-%C9-%O$tYou have new mail ($1 messages, $2 bytes total)."), 2, NULL},	{"Motd", pevt_servertext_help, N_("-%C10-%C11-%O$t$1%O"), 1, NULL},	{"Ping Timeout", pevt_pingtimeout_help,		N_("-%C10-%C11-%O$tNo ping reply for $1 seconds, disconnecting."), 1, NULL},	{"Your Invitation", pevt_uinvite_help,		N_("-%C10-%C11-%O$tYou're inviting %C11$1%C to %C11$2%C (%C11$3%C)"), 3,		NULL},	{"Ban List", pevt_banlist_help, N_("-%C10-%C11-%O$t$1 Banlist: %C3$4 %C4$2 %C5$3%O"), 4, NULL},	{"Channel List", pevt_generic_none_help, N_("%UChannel          Users   Topic%O"), 0, NULL},	{"Notify List",  pevt_generic_none_help, N_("%C08,02 %B-- Notify List --------------- %O"), 0, NULL},	{"DCC List", pevt_generic_none_help, N_("%C8,2 Type  To/From    Status  Size    Pos     File    %O%010%B%C9--------------------------------------------------%O"), 0, NULL},	{NULL, NULL, NULL, 0, NULL}, /* XP_IF_SEND */	{NULL, NULL, NULL, 0, NULL}, /* XP_IF_RECV */	{"Channel Notice", pevt_channotice_help, N_("%C12-%C13$1/$2%C12-%O$t$3%O"), 3, NULL},};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -