Allow Shell to connect to remote bot
Author
Message
- speeddemon8803
- Offline
- Member
- Posts: 48
- Joined: Wed Feb 16, 2011 6:08 pm
- IRCBot Version I Use: v5
- IRCBot Platform: Windows
Allow Shell to connect to remote bot
As far as I can tell, the Shell only allows you to view a bot that the shell is also installed on, it would be great if you could remotely connect to the bot from another computer through the shell, somewhat like the DJ Software Package already does.
- Indy
- Offline
- Site Admin
- Posts: 465
- Joined: Thu Oct 16, 2008 1:58 pm
- IRCBot Version I Use: v5
- IRCBot Platform: Linux/Ubuntu
- Contact:
Re: Allow Shell to connect to remote bot
There are already a lot better and more secure ways of doing this. screen, VNC over SSH tunnel, etc.
You can also contact me via email or instant messenger, links are at the bottom of this post.
- speeddemon8803
- Offline
- Member
- Posts: 48
- Joined: Wed Feb 16, 2011 6:08 pm
- IRCBot Version I Use: v5
- IRCBot Platform: Windows
Re: Allow Shell to connect to remote bot
What is the purpose of the shell, then?
- Indy
- Offline
- Site Admin
- Posts: 465
- Joined: Thu Oct 16, 2008 1:58 pm
- IRCBot Version I Use: v5
- IRCBot Platform: Linux/Ubuntu
- Contact:
Re: Allow Shell to connect to remote bot
It was made mainly because a few people wanted to be able to minimize the bot to the system tray and/or have an automatic way to keep the bot running under windows if someone shut it down or anything.
It doesn't send the bot console text over a socket or anything, the shell launches it and uses I/O redirection to read the bot output and display it in the text box.
It doesn't send the bot console text over a socket or anything, the shell launches it and uses I/O redirection to read the bot output and display it in the text box.
You can also contact me via email or instant messenger, links are at the bottom of this post.
- speeddemon8803
- Offline
- Member
- Posts: 48
- Joined: Wed Feb 16, 2011 6:08 pm
- IRCBot Version I Use: v5
- IRCBot Platform: Windows
Re: Allow Shell to connect to remote bot
Couldn't that be done with ibctl somehow? Documentation on this addon/program is lacking.
- Indy
- Offline
- Site Admin
- Posts: 465
- Joined: Thu Oct 16, 2008 1:58 pm
- IRCBot Version I Use: v5
- IRCBot Platform: Linux/Ubuntu
- Contact:
Re: Allow Shell to connect to remote bot
ibctl can do most of what the bot client can do, except things that require a persistent connection like accepting requests.
You can also contact me via email or instant messenger, links are at the bottom of this post.