1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
|
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/">
<interface name="org.hexchat.connection">
<method name="Connect">
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
<arg type="s" name="filename" direction="in"/>
<arg type="s" name="name" direction="in"/>
<arg type="s" name="desc" direction="in"/>
<arg type="s" name="version" direction="in"/>
<arg type="s" name="path" direction="out"/>
</method>
<method name="Disconnect">
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
</method>
</interface>
<interface name="org.hexchat.plugin">
<method name="Command">
<arg type="s" name="command" direction="in"/>
</method>
<method name="Print">
<arg type="s" name="text" direction="in"/>
</method>
<method name="FindContext">
<arg type="s" name="server" direction="in"/>
<arg type="s" name="channel" direction="in"/>
<arg type="u" name="ret_id" direction="out"/>
</method>
<method name="GetContext">
<arg type="u" name="ret_id" direction="out"/>
</method>
<method name="SetContext">
<arg type="u" name="id" direction="in"/>
<arg type="b" name="ret" direction="out"/>
</method>
<method name="GetInfo">
<arg type="s" name="id" direction="in"/>
<arg type="s" name="ret_info" direction="out"/>
</method>
<method name="GetPrefs">
<arg type="s" name="name" direction="in"/>
<arg type="i" name="ret_type" direction="out"/>
<arg type="s" name="ret_str" direction="out"/>
<arg type="i" name="ret_int" direction="out"/>
</method>
<method name="HookCommand">
<arg type="s" name="name" direction="in"/>
<arg type="i" name="priority" direction="in"/>
<arg type="s" name="help_text" direction="in"/>
<arg type="i" name="return_value" direction="in"/>
<arg type="u" name="ret_id" direction="out"/>
</method>
<method name="HookServer">
<arg type="s" name="name" direction="in"/>
<arg type="i" name="priority" direction="in"/>
<arg type="i" name="return_value" direction="in"/>
<arg type="u" name="ret_id" direction="out"/>
</method>
<method name="HookPrint">
<arg type="s" name="name" direction="in"/>
<arg type="i" name="priority" direction="in"/>
<arg type="i" name="return_value" direction="in"/>
<arg type="u" name="ret_id" direction="out"/>
</method>
<method name="Unhook">
<arg type="u" name="id" direction="in"/>
</method>
<method name="ListGet">
<arg type="s" name="name" direction="in"/>
<arg type="u" name="ret_id" direction="out"/>
</method>
<method name="ListNext">
<arg type="u" name="id" direction="in"/>
<arg type="b" name="ret" direction="out"/>
</method>
<method name="ListStr">
<arg type="u" name="id" direction="in"/>
<arg type="s" name="name" direction="in"/>
<arg type="s" name="ret_str" direction="out"/>
</method>
<method name="ListInt">
<arg type="u" name="id" direction="in"/>
<arg type="s" name="name" direction="in"/>
<arg type="i" name="ret_int" direction="out"/>
</method>
<method name="ListTime">
<arg type="u" name="id" direction="in"/>
<arg type="s" name="name" direction="in"/>
<arg type="t" name="ret_time" direction="out"/>
</method>
<method name="ListFields">
<arg type="s" name="name" direction="in"/>
<arg type="as" name="ret" direction="out"/>
</method>
<method name="ListFree">
<arg type="u" name="id" direction="in"/>
</method>
<method name="EmitPrint">
<arg type="s" name="event_name" direction="in"/>
<arg type="as" name="args" direction="in"/>
<arg type="b" name="ret" direction="out"/>
</method>
<method name="Nickcmp">
<arg type="s" name="nick1" direction="in"/>
<arg type="s" name="nick2" direction="in"/>
<arg type="i" name="ret" direction="out"/>
</method>
<method name="Strip">
<arg type="s" name="str" direction="in"/>
<arg type="i" name="len" direction="in"/>
<arg type="i" name="flag" direction="in"/>
<arg type="s" name="ret_str" direction="out"/>
</method>
<method name="SendModes">
<arg type="as" name="targets" direction="in"/>
<arg type="i" name="modes_per_line" direction="in"/>
<arg type="y" name="sign" direction="in"/>
<arg type="y" name="mode" direction="in"/>
</method>
<signal name="CommandSignal">
<arg type="as" name="word"/>
<arg type="as" name="word_eol"/>
<arg type="u" name="hook_id"/>
<arg type="u" name="context_id"/>
</signal>
<signal name="ServerSignal">
<arg type="as" name="word"/>
<arg type="as" name="word_eol"/>
<arg type="u" name="hook_id"/>
<arg type="u" name="context_id"/>
</signal>
<signal name="PrintSignal">
<arg type="as" name="word"/>
<arg type="u" name="hook_id"/>
<arg type="u" name="context_id"/>
</signal>
<signal name="UnloadSignal"/>
</interface>
</node>
="p">, 4,
N_("%C22*%O$tDCC RECV%C26 $1%O from%C26 $3%O failed ($4).")},
{"DCC RECV File Open Error", pevt_generic_file_help, 2,
N_("%C22*%O$tDCC RECV: Cannot open $1 for writing ($2).")},
{"DCC Rename", pevt_dccrename_help, 2,
N_("%C22*%O$tThe file%C26 $1%C already exists, saving it as%C26 $2%O instead.")},
{"DCC RESUME Request", pevt_dccresumeoffer_help, 3,
N_("%C22*%O$t%C26$1 %Ohas requested to resume%C26 $2 %Cfrom%C26 $3%C.")},
{"DCC SEND Abort", pevt_dccfileabort_help, 2,
N_("%C22*%O$tDCC SEND%C26 $2%O to%C26 $1%O aborted.")},
{"DCC SEND Complete", pevt_dccsendcomp_help, 3,
N_("%C22*%O$tDCC SEND%C26 $1%O to%C26 $2%O complete %C30[%C26$3%O cps%C30]%O.")},
{"DCC SEND Connect", pevt_dcccon_help, 3,
N_("%C22*%O$tDCC SEND connection established to%C26 $1 %C30[%O$2%C30]")},
{"DCC SEND Failed", pevt_dccsendfail_help, 3,
N_("%C22*%O$tDCC SEND%C26 $1%O to%C26 $2%O failed. $3")},
{"DCC SEND Offer", pevt_dccsendoffer_help, 4,
N_("%C22*%O$t%C26$1 %Ohas offered%C26 $2 %O(%C26$3 %Obytes)")},
{"DCC Stall", pevt_dccstall_help, 3,
N_("%C22*%O$tDCC $1%C26 $2 %Oto%C26 $3 %Cstalled - aborting.")},
{"DCC Timeout", pevt_dccstall_help, 3,
N_("%C22*%O$tDCC $1%C26 $2 %Oto%C26 $3 %Otimed out - aborting.")},
{"Delete Notify", pevt_generic_nick_help, 1,
N_("%C22*%O$t$1 deleted from notify list.")},
{"Disconnected", pevt_discon_help, 1,
N_("%C22*%O$tDisconnected ($1).")},
{"Found IP", pevt_foundip_help, 1,
N_("%C22*%O$tFound your IP: [$1]")},
{"Generic Message", pevt_genmsg_help, 130,
"$1$t$2"},
{"Ignore Add", pevt_ignoreaddremove_help, 1,
N_("%O%C26$1%O added to ignore list.")},
{"Ignore Changed", pevt_ignoreaddremove_help, 1,
N_("Ignore on %C26$1%O changed.")},
{"Ignore Footer", pevt_generic_none_help, 0,
N_("%C24,18 ")},
{"Ignore Header", pevt_generic_none_help, 0,
N_("%C24,18 Hostmask PRIV NOTI CHAN CTCP DCC INVI UNIG ")},
{"Ignore Remove", pevt_ignoreaddremove_help, 1,
N_("%O%C26$1%O removed from ignore list.")},
{"Ignorelist Empty", pevt_generic_none_help, 0,
N_(" Ignore list is empty.")},
{"Invite", pevt_generic_channel_help, 1,
N_("%C22*%O$tCannot join%C26 %B$1 %O(Channel is invite only).")},
{"Invited", pevt_invited_help, 3,
N_("%C22*%O$tYou have been invited to%C26 $1%O by%C26 $2%C (%C26$3%C)")},
{"Join", pevt_join_help, 3,
N_("%C19*%O$t%C19%B$1 %B($3) has joined $2")},
{"Keyword", pevt_generic_channel_help, 1,
N_("%C22*%O$tCannot join%C26 %B$1 %O(Requires keyword).")},
{"Kick", pevt_kick_help, 4,
N_("%C21*%O$t%C21$1 has kicked $2 from $3 ($4%O%C21)")},
{"Killed", pevt_kill_help, 2,
N_("%C22*%O$tYou have been killed by $1 ($2%O%C22)")},
{"Message Send", pevt_ctcpsend_help, 130,
"%C19>%O$1%C19<%O$t$2"},
{"Motd", pevt_servertext_help, 129,
"%C16*%O$t$1%O"},
{"MOTD Skipped", pevt_generic_none_help, 0,
N_("%C22*%O$t%C22MOTD Skipped.")},
{"Nick Clash", pevt_nickclash_help, 2,
N_("%C22*%O$t$1 already in use. Retrying with $2...")},
{"Nick Failed", pevt_generic_none_help, 0,
N_("%C22*%O$tNickname already in use. Use /NICK to try another.")},
{"No DCC", pevt_generic_none_help, 0,
N_("%C22*%O$tNo such DCC.")},
{"No Running Process", pevt_generic_none_help, 0,
N_("%C22*%O$tNo process is currently running")},
{"Notice", pevt_notice_help, 130,
"%C28-%C29$1%C28-%O$t$2"},
{"Notice Send", pevt_ctcpsend_help, 130,
"%C19>%O$1%C19<%O$t$2"},
{"Notify Empty", pevt_generic_none_help, 0,
N_("$tNotify list is empty.")},
{"Notify Header", pevt_generic_none_help, 0,
N_("%C24,18 %B Notify List ")},
{"Notify Number", pevt_notifynumber_help, 1,
N_("%C22*%O$t$1 users in notify list.")},
{"Notify Offline", pevt_generic_nick_help, 3,
N_("%C22*%O$tNotify: $1 is offline ($3).")},
{"Notify Online", pevt_generic_nick_help, 3,
N_("%C22*%O$tNotify: $1 is online ($3).")},
{"Open Dialog", pevt_generic_none_help, 128,
""},
{"Part", pevt_part_help, 3,
N_("%C23*%O$t%C23$1 (%O%C23$2) has left $3")},
{"Part with Reason", pevt_partreason_help, 4,
N_("%C23*%O$t%C23$1 (%O%C23$2) has left $3 (%O%C23%B%B$4%O%C23)")},
{"Ping Reply", pevt_pingrep_help, 2,
N_("%C22*%O$tPing reply from $1: $2 second(s)")},
{"Ping Timeout", pevt_pingtimeout_help, 1,
N_("%C22*%O$tNo ping reply for $1 seconds, disconnecting.")},
{"Private Action", pevt_privmsg_help, 131,
"%C18**$t$3$1%O $2 %C18**"},
{"Private Action to Dialog", pevt_privmsg_help, 131,
"%C18*$t$3$1%O $2"},
{"Private Message", pevt_privmsg_help, 131,
"%C28*%C29$3$1%C28*$t%O$2"},
{"Private Message to Dialog", pevt_privmsg_help, 131,
"%C18%H<%H$3$1%H>%H%O$t$2"},
{"Process Already Running", pevt_generic_none_help, 0,
N_("%C22*%O$tA process is already running")},
{"Quit", pevt_quit_help, 3,
N_("%C23*%O$t%C23$1 has quit (%O%C23%B%B$2%O%C23)")},
{"Raw Modes", pevt_rawmodes_help, 2,
N_("%C22*%O$t$1 sets modes%B %C30[%O$2%B%C30]")},
{"Receive Wallops", pevt_privmsg_help, 2,
N_("%C28-%C29$1/Wallops%C28-%O$t$2")},
{"Resolving User", pevt_resolvinguser_help, 2,
N_("%C22*%O$tLooking up IP number for%C26 $1%O...")},
{"Server Connected", pevt_generic_none_help, 0,
N_("%C22*%O$t%C22Connected.")},
{"Server Error", pevt_servererror_help, 129,
"%C22*%O$t$1"},
{"Server Lookup", pevt_serverlookup_help, 1,
N_("%C22*%O$t%C22Looking up $1")},
{"Server Notice", pevt_servertext_help, 130,
"%C22*%O$t$1"},
{"Server Text", pevt_servertext_help, 131,
"%C22*%O$t$1"},
{"SSL Message", pevt_sslmessage_help, 130,
"%C22*%O$t$1"},
{"Stop Connection", pevt_sconnect_help, 1,
N_("%C22*%O$tStopped previous connection attempt (pid=$1)")},
{"Topic", pevt_topic_help, 2,
N_("%C29*%O$t%C29Topic for $1%C %C29is: $2")},
{"Topic Change", pevt_newtopic_help, 3,
N_("%C22*%O$t$1 has changed the topic to: $2")},
{"Topic Creation", pevt_topicdate_help, 3,
N_("%C29*%O$t%C29Topic for $1%C %C29set by $2%C %C29at $3")},
{"Unknown Host", pevt_generic_none_help, 0,
N_("%C22*%O$tUnknown host. Maybe you misspelled it?")},
{"User Limit", pevt_generic_channel_help, 1,
N_("%C22*%O$tCannot join%C26 %B$1 %O(User limit reached).")},
{"Users On Channel", pevt_usersonchan_help, 2,
N_("%C22*%O$t%C26Users on $1:%C $2")},
{"WhoIs Authenticated", pevt_whoisauth_help, 3,
N_("%C22*%O$t%C28[%O$1%C28] %O$2%C27 $3")},
{"WhoIs Away Line", pevt_whois5_help, 2,
N_("%C22*%O$t%C28[%O$1%C28] %Cis away %C30(%O$2%O%C30)")},
{"WhoIs Channel/Oper Line", pevt_whois2_help, 2,
N_("%C22*%O$t%C28[%O$1%C28]%O $2")},
{"WhoIs End", pevt_whois6_help, 1,
N_("%C22*%O$t%C28[%O$1%C28] %OEnd of WHOIS list.")},
{"WhoIs Identified", pevt_whoisid_help, 2,
N_("%C22*%O$t%C28[%O$1%C28]%O $2")},
{"WhoIs Idle Line", pevt_whois4_help, 2,
N_("%C22*%O$t%C28[%O$1%C28]%O idle%C26 $2")},
{"WhoIs Idle Line with Signon", pevt_whois4t_help, 3,
N_("%C22*%O$t%C28[%O$1%C28]%O idle%C26 $2%O, signon:%C26 $3")},
{"WhoIs Name Line", pevt_whois1_help, 4,
N_("%C22*%O$t%C28[%O$1%C28] %C30(%O$2@$3%C30)%O: $4")},
{"WhoIs Real Host", pevt_whoisrealhost_help, 4,
N_("%C22*%O$t%C28[%O$1%C28] %Oreal user@host%C27 $2%O, real IP%C27 $3")},
{"WhoIs Server Line", pevt_whois3_help, 2,
N_("%C22*%O$t%C28[%O$1%C28]%O $2")},
{"WhoIs Special", pevt_whoisid_help, 3,
N_("%C22*%O$t%C28[%O$1%C28]%O $2")},
{"You Join", pevt_join_help, 3,
N_("%C19*%O$t%C19Now talking on $2")},
{"You Kicked", pevt_ukick_help, 4,
N_("%C23*$tYou have been kicked from $2 by $3 ($4%O%C23)")},
{"You Part", pevt_part_help, 3,
N_("%C23*$tYou have left channel $3")},
{"You Part with Reason", pevt_partreason_help, 4,
N_("%C23*$tYou have left channel $3 (%O%C23%B%B$4%O%C23)")},
{"Your Action", pevt_chanaction_help, 131,
"%C18*$t$1%O $2"},
{"Your Invitation", pevt_uinvite_help, 3,
N_("%C22*%O$tYou've invited%C26 $1%O to%C26 $2%O (%C26$3%O)")},
{"Your Message", pevt_chanmsg_help, 132,
"%C31%H<%H$4$1%H>%H%O%C30$t$2"},
{"Your Nick Changing", pevt_uchangenick_help, 2,
N_("%C22*%O$tYou are now known as $2")},
};
|