diff --git a/pages/bot.markdown b/pages/bot.markdown index fe2351d..597c545 100644 --- a/pages/bot.markdown +++ b/pages/bot.markdown @@ -66,7 +66,8 @@ the bot replies to everything *(without prefix)*. Does the bot work? __ping for single-worded commands and what is Linux? __(wiki Linux) for commands with multiple words. - **no**(too difficult, but possible) + no (too difficult, but + possible) @@ -80,15 +81,15 @@ commands. They can be used in channel (if you know the prefix) or PM. Prefix characters - channel reply.whenaddressedby.chars + channel reply.whenAddressedBy.chars Nick (beginning & end) - channel reply.whenaddressedby.nick & - channel reply.whenaddressedby.nick.atend + channel reply.whenAddressedBy.nick & + channel reply.whenAddressedBy.nick.atEnd prefix strings - channel reply.whenaddressedby.strings + channel reply.whenAddressedBy.strings @@ -164,9 +165,7 @@ possible [yet](https://github.com/ProgVal/Limnoria/issues/1085). It's also protecting channels from spam using the [AttackProtector plugin.](https://github.com/ProgVal/Supybot-plugins/tree/master/AttackProtector) The bot also has `ops` command for getting op attention, but it requires -correct prefix to be used, check -`/msg config channel <#channel> reply.whenaddressedby.chars`. The -prefix can be different on different channels. +correct prefix to be used. ## Issues you may encounter