author: | FeedBackLoop <feedbackloop@gmail.com> |
---|---|
contact: | FREENODE/#fbf |
distribution: | core |
license: |
commands in this plugin: jump .. action .. broadcast .. say .. voice .. nicks .. server .. nick .. sendraw
action .. [handle_action]
description: arguments: <channel> <txt> - make the bot send an action string. permissions: ACTION .. OPER code: action command. examples: <user> ;action #test yoo dudes <output> done - action
broadcast .. [handle_broadcast]
description: arguments: <txt> - broadcast txt to all joined channels. permissions: OPER code: broadcast command. examples: <user> ;broadcast good morning <output> broadcasting <output> done
jump .. [handle_jump]
description: arguments: <server> <port> - change server. permissions: OPER code: jump command. examples: <user> ;jump localhost 6667 <output> changing to server localhost <output> done - jump
nick .. [handle_nick]
description: arguments: <nickname> - change bot’s nick. permissions: OPER code: nick command. examples: <user> ;nick mekker <output> changing nick to mekker <output> done - nick
nicks .. [handle_nicks]
description: no arguments - return nicks on channel. permissions: OPER .. USER code: nicks command. examples: <user> ;nicks <output> nicks only works on irc bots
say .. [handle_say]
description: aguments: <channel> <txt> - make the bot say something. permissions: SAY .. OPER code: say command. examples: <user> ;say #test good morning <output> done - say
sendraw .. [handle_sendraw]
description: arguments: <txt> - send raw text to the server. permissions: OPER .. SENDRAW code: sendraw command. examples: <user> ;sendraw PRIVMSG #test :yo! <output> sending raw txt <output> done - sendraw
server .. [handle_server]
description: no arguments - show the server to which the bot is connected. permissions: OPER code: server command. examples: <user> ;server <output> localhost
voice .. [handle_voice]
description: arguments: <nick> - give voice. permissions: OPER code: voice command. examples: <user> ;voice test <output> voice only works on irc bots