I hate to repeat myself, so here are the docs so far (script's header):
Code: Select all
#################################################################################
# #
# rconsole.tcl - full remote control/console for eggdrop by demond@demond.net #
# #
# this thing utilizes the botnet to open a remote console to #
# any linked bot; why would I need that, you ask... well, for #
# starters, it eliminates the need of DCC CHAT, telnet, .relay #
# to the bot you need to control - now you can control all of #
# your leafs from the hub's console, conveniently issuing just #
# a single command which will get replicated and executed on #
# all remote consoles you've opened; think also of all firewall #
# problems you circumvent with this thing - it enables you with #
# full access to any bot on your botnet, regardless whether its #
# host is firewalled or not #
# #
# so how is this different from the netbots script? well, unlike #
# netbots, rconsole gives you full remote access to any eggdrop #
# command, not just to a predefined and limited set of custom #
# netbots commands; that being said, it should be noted that #
# rconsole is not meant as substitution of netbots - you may #
# find it most useful when used alongside netbots, although it #
# implements full botnet control by itself #
# #
# naturally, rconsole supports multiple users simultaniously, #
# that is, any user can open a remote console independently of #
# other users logged into the bot #
# #
# Usage: .rc <bot|*> [command|text] ("*" is used to send to all bots) #
# #
# when used without command/text, it sends initial login request #
# #
# History: 1.0 - initial version #
# #
#################################################################################
I intend to develop this further, adding more features