diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/PERL | 18 | ||||
-rw-r--r-- | docs/SIGNALS | 3 |
2 files changed, 20 insertions, 1 deletions
@@ -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() diff --git a/docs/SIGNALS b/docs/SIGNALS index a70b060a..1f2785de 100644 --- a/docs/SIGNALS +++ b/docs/SIGNALS @@ -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: |