1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00

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:
Timo Sirainen 2000-03-11 18:39:23 +00:00 committed by cras
parent 04ae11e7b5
commit efd610b6d2
2 changed files with 20 additions and 1 deletions

View File

@ -116,6 +116,9 @@ Channel::command(cmd)
Server::printtext(channel, level, str)
Print `str'.
setup_get(option)
Get value of `option' from setup and return it.
*** Message levels
@ -427,6 +430,21 @@ Dcc dcc_find_by_port(nick, 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
Netsplit::values()

View File

@ -100,7 +100,8 @@ server.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
signal.c: