mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
introduce the type Irssi::Irc::Client and signals to communicate with proxy
clients to allow for scripting parts of the irssi-proxy. git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4882 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
73b18f2672
commit
f8461d39bc
13 changed files with 94 additions and 23 deletions
|
|
@ -1143,3 +1143,16 @@ Server::notifylist_ison_server(nick)
|
|||
|
||||
Notifylist::ircnets_match(ircnet)
|
||||
Returns 1 if notify is checked in `ircnet'.
|
||||
|
||||
*** Proxy clients
|
||||
|
||||
Client->{}
|
||||
nick - nick of the client
|
||||
host - host of the client
|
||||
proxy_address - address of the proxy server
|
||||
server - Irc::Server for which we proxy to this client
|
||||
pass_sent - whether the client already send a PASS command
|
||||
user_sent - whether the client already send a USER command
|
||||
connected - whether the client is connected and ready
|
||||
want_ctcp - whether the client wants to receive CTCPs
|
||||
ircnet - network tag of the network we proxy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue