I've been reading the entire forum, and I couldn't get an answer for these questions.
So my questions are:
a) I want to make sure the bot is always connected to the irc-server, so I run it in a loop in a bash script, that's ok. The problem is that I run it text mode, in a tty, so if I eventually want to disconnect the bot, I just can't... I'd love you could tell me a way to end the bot and stop it completely, and of course getting it reconnected if it gets disconnected for another reason....
A long paragraph for a simple question :S
b) To be quite honest, it's difficult for me browse the HTML documentation, so I just tried to get info from there and I couldn't either.
I'm trying to send a bot on the net a command to get info about a channel or a user, but it happens that I don't know how to retrieve that information from the query the bot will send to my bot.... I think an action handler registered to be activated on query wouldn't be enough.
Well, thanks for your time and your attention, and keep working on this class, I really like it :)))
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've been reading the entire forum, and I couldn't get an answer for these questions.
So my questions are:
a) I want to make sure the bot is always connected to the irc-server, so I run it in a loop in a bash script, that's ok. The problem is that I run it text mode, in a tty, so if I eventually want to disconnect the bot, I just can't... I'd love you could tell me a way to end the bot and stop it completely, and of course getting it reconnected if it gets disconnected for another reason....
A long paragraph for a simple question :S
b) To be quite honest, it's difficult for me browse the HTML documentation, so I just tried to get info from there and I couldn't either.
I'm trying to send a bot on the net a command to get info about a channel or a user, but it happens that I don't know how to retrieve that information from the query the bot will send to my bot.... I think an action handler registered to be activated on query wouldn't be enough.
Well, thanks for your time and your attention, and keep working on this class, I really like it :)))