author: | FeedBackLoop <feedbackloop@gmail.com> |
---|---|
contact: | FREENODE/#fbf |
distribution: | core |
license: |
The fleet makes it possible to run multiple bots in one running instance. It is a list of bots. This plugin provides commands to manipulate this list of bots.
commands in this plugin: fleet-avail .. fleet-enable .. fleet-save .. fleet-list .. fleet-add .. fleet-disconnect .. fleet-del .. fleet-cmnd .. fleet-disable .. fleet-connect
fleet-add .. [fleet_add]
description: arguments: <name> <type> <server>|<botjid> <nick>|<jabberpasswd> [<ircpass>] - add a newly created bot to the fleet. permissions: OPER code: fleet-add command. examples: <user> ;fleet-add local irc localhost fbftest <output> enabled and started local bot - fleet/local/config
fleet-avail .. [handle_fleetavail]
description: no arguments - show available fleet bots. permissions: OPER code: fleet-avail command. examples: <user> ;fleet-avail <output> available bots: local
fleet-cmnd .. [fleet_cmnd]
description: arguments: <botname> <cmndstring> - do cmnd on fleet bot(s). permissions: OPER code: fleet-cmnd command. examples: <user> ;fleet-cmnd default-irc uptime<user> ;fleet-cmnd all uptime <output> fleet-cmnd <botname> <channel> <cmndstring>
fleet-connect .. [handle_fleetconnect]
description: arguments: <botname> - connect a fleet bot to it’s server. permissions: OPER code: fleet-connect command. examples: <user> ;fleet-connect test <output> can't connect test .. trying enable <output> can't make test bot
fleet-del .. [handle_fleetdel]
description: arguments: <botname> - delete bot from fleet. permissions: OPER code: fleet-del command. examples: <user> ;fleet-del test <output> test delete failed
fleet-disable .. [fleet_disable]
description: arguments: <list of botnames> - disable a fleet bot. permissions: OPER code: fleet-disable command. examples: <user> ;fleet-disable local <output> disabled local bot.
fleet-disconnect .. [handle_fleetdisconnect]
description: arguments: <botname> - disconnect a fleet bot from server. permissions: OPER code: fleet-disconnect command. examples: <user> ;fleet-disconnect test <output> exiting test <output> can't stop test bot
fleet-enable .. [fleet_enable]
description: arguments: <list of botnames> - enable a fleet bot. permissions: OPER code: fleet-enable command. examples: <user> ;fleet-enable local <output> enabled local bot
fleet-list .. [handle_fleetlist]
description: no arguments - list bot names in fleet. permissions: OPER .. USER .. GUEST code: fleet-list command. examples: <user> ;fleet-list <output> fleet:
fleet-save .. [handle_fleetsave]
description: | save the fleet! |
---|---|
permissions: | OPER |
code: | fleet-save command. |
examples: |
<user> ;fleet-save
<output> done - fleet-save