BotLibre: update README.
This commit is contained in:
parent
67f054098a
commit
05d2d23eeb
|
@ -13,5 +13,5 @@ config channel #channel plugins.BotLibre.invalidcommand True
|
|||
```
|
||||
Use messapeparser to make the bot respond to messages containing its nick:
|
||||
```
|
||||
messageparser add (#channel/global) "(?i)(.*)(your_bot_nick)(.*)" "botlibre $1$3"
|
||||
messageparser add "(?i)(.*)([echo $botnick])(.*)" "echo [botlibre $1$3]"
|
||||
```
|
||||
|
|
|
@ -104,7 +104,6 @@ class Jeopardy(callbacks.Plugin):
|
|||
self.question = ''
|
||||
self.currentHint = ''
|
||||
self.color = self.registryValue('color', channel)
|
||||
|
||||
if self.color > 98:
|
||||
self.color = ''
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue