Commands
Quick Skip
-
restart plugins
This command causes the bot to restart all of the plugins. There is a bug with this feature and plugins that use POE module are not properly restarted.
Example
<Zoffix> _ZofBot4, restart plugins <_ZofBot4> Loaded 25 ( 0 failed to load )
Back to top -
restart
This command causes the bot to make a full restart, same as killing the program and starting it again from the shell.
Example
<Zoffix> _ZofBot4, restart * _ZofBot4 has quit (Remote host closed the connection) * _ZofBot4 (zoffix@i.love.debian.org) has joined #zofbot
Back to top -
say
Command for making the bot talk, accepts two arguments: channel or nickname to send the message to and the message itself. If first argument is a nickname, bot will send the message using /msg command.
Example
<Zoffix> _ZofBot4, say #zofbot Oh Hai! <_ZofBot4> Oh Hai! <Zoffix> _ZofBot4, say Zoffix Oh Hai!
Note: a private message containing text Oh Hai! was received.
Back to top -
join
Command tells the bot to join channel(s). Argument is a space separated list of channels to join.
Example
<Zoffix> _ZofBot4, join #zofbot2 #zofbot3 <_ZofBot4> Zoffix, Attempting to join: #zofbot2 #zofbot3 * _ZofBot4 (zoffix@i.love.debian.org) has joined #zofbot2 * _ZofBot4 (zoffix@i.love.debian.org) has joined #zofbot3
Back to top -
part
Command is a "reverse" of the join command. Instructs the bot to leave channel(s) specified as an argument. Argument is a space separated list of channels to /part.
Example
<Zoffix> _ZofBot4, part #zofbot2 #zofbot3 <_ZofBot4> Zoffix, Attempting to part: #zofbot2 #zofbot3 * _ZofBot4 (zoffix@i.love.debian.org) has left #zofbot2 * _ZofBot4 (zoffix@i.love.debian.org) has left #zofbot3
Back to top