forked from PsychoticNinja/irssi
Irssi::setup_get() for Perl.
Option: show timestamps once only after a specified time of inactivity git-svn-id: http://svn.irssi.org/repos/irssi/trunk@142 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
04ae11e7b5
commit
efd610b6d2
18
docs/PERL
18
docs/PERL
@ -116,6 +116,9 @@ Channel::command(cmd)
|
|||||||
Server::printtext(channel, level, str)
|
Server::printtext(channel, level, str)
|
||||||
Print `str'.
|
Print `str'.
|
||||||
|
|
||||||
|
setup_get(option)
|
||||||
|
Get value of `option' from setup and return it.
|
||||||
|
|
||||||
|
|
||||||
*** Message levels
|
*** Message levels
|
||||||
|
|
||||||
@ -427,6 +430,21 @@ Dcc dcc_find_by_port(nick, port)
|
|||||||
Find DCC connection by port.
|
Find DCC connection by port.
|
||||||
|
|
||||||
|
|
||||||
|
*** Reconnects
|
||||||
|
|
||||||
|
Reconnect::values()
|
||||||
|
Get some information about reconnect. This function returns a reference to
|
||||||
|
hash table. Hash table has keys:
|
||||||
|
"tag" - Unique numeric tag
|
||||||
|
"address" - Address where we're going to connect
|
||||||
|
"password" - Password we use in connection
|
||||||
|
"port" - Port where we're going to connect
|
||||||
|
"ircnet" - IRC network
|
||||||
|
"nick" - Nick we want to use
|
||||||
|
"channels" - Join to these channels once connected
|
||||||
|
"next_connect" - Unix time stamp when the next connection occurs
|
||||||
|
|
||||||
|
|
||||||
*** Netsplits
|
*** Netsplits
|
||||||
|
|
||||||
Netsplit::values()
|
Netsplit::values()
|
||||||
|
@ -100,7 +100,8 @@ server.c:
|
|||||||
|
|
||||||
server-reconnect.c:
|
server-reconnect.c:
|
||||||
|
|
||||||
"server reconnect removed", RECONNECT_REC
|
"server reconnect new", RECONNECT_REC
|
||||||
|
"server reconnect remove", RECONNECT_REC
|
||||||
"server reconnect not found", char *tag
|
"server reconnect not found", char *tag
|
||||||
|
|
||||||
signal.c:
|
signal.c:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user