Skip to content
Matthias Hecker edited this page Mar 27, 2020 · 2 revisions

Getting help:

<@apoc>   rbot`: help
<rbot`>   apoc: help topics: 13 core modules: agent, auth, basics, config, filters, httputil, irclog, journal, journalirclog, unicode, userdata, webservice, wordlist; 72 plugins: alias, autoop, autorejoin, azgame, bans, bash, botsnack, cal, chanserv, chucknorris, deepthoughts, dice, dns, eightball, excuse, factoids, figlet, fortune, geoip, googlefight, greed, greet, hangman, hl2, host, imdb, insult, keywords, lart, linkbot, markov, math, modes, 
<rbot`>   nickrecover, nickserv, note, oxford, points, poll, q, quiz, quote, reaction, remind, ri, roshambo, rot, roulette, rss, salut, script, search, sed, seen, shiritori, shortenurls, slashdot, spell, theyfightcrime, time, topic, translator, tumblr, twitter, uno, urban, url, usermodes, weather, wheeloffortune, wserver, youtube (help <topic> for more info)
<@apoc>   rbot`: help auth
<rbot2> apoc: auth <masterpassword>: log in as the bot owner; other commands: login, whoami, permissions syntax, permissions [re]set, permissions view, user, meet, hello, allow, deny

Many commands require more advanced permissions, rbot features an advanced user and authorization system, but for now just login as the owner using the password given during the setup (give the password as a query message):

/msg rbot` auth <auth-password>
[rbot`] welcome, owner

Write to rbot in a channel or query, in public channel prefix your message by its name or using the address prefix:

@apoc   rbot`: status
rbot`   apoc: Uptime 27 minutes and 48 seconds, 72 plugins active, 83 lines sent, 168 received.
@apoc   !status 
rbot`   apoc: Uptime 27 minutes and 54 seconds, 72 plugins active, 84 lines sent, 169 received. 

The address prefix has been configured during initial startup, you can change this configuration at any time:

<@apoc> !config set core.address_prefix .
<rbot`> done, apoc
<@apoc> .status
<rbot`> apoc: Uptime 32 minutes and 16 seconds, 72 plugins active, 102 lines sent, 183 received.

Change bot nickname:

<@apoc> !nick rbot2
-!- rbot` is now known as rbot2

To persist this nick change in the configuration:

<@apoc> !config set irc.nick rbot2
<rbot2> fine, apoc

Join a channel:

<@apoc> !join #rbot-test2
Clone this wiki locally