Skip to content

Commit c596867

Browse files
committed
MessageParser: add link to new usage guide
1 parent 2030ac2 commit c596867

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

plugins/MessageParser/README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ which will trigger the bot to respond if they match anywhere in the message.
1111
This is useful for those cases when you want a bot response even when the bot
1212
was not explicitly addressed by name or prefix character.
1313

14-
An updated page of this plugin's documentation is located here:
15-
https://sourceforge.net/p/gribble/wiki/MessageParser_Plugin/
14+
You can find usage examples at
15+
https://docs.limnoria.net/use/messageparser.html
16+
and
17+
https://sourceforge.net/p/gribble/wiki/MessageParser_Plugin/ (older reference)
1618

1719
Usage
1820
-----

plugins/MessageParser/__init__.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@
3535
This is useful for those cases when you want a bot response even when the bot
3636
was not explicitly addressed by name or prefix character.
3737
38-
An updated page of this plugin's documentation is located here:
39-
https://sourceforge.net/p/gribble/wiki/MessageParser_Plugin/
38+
You can find usage examples at
39+
https://docs.limnoria.net/use/messageparser.html
40+
and
41+
https://sourceforge.net/p/gribble/wiki/MessageParser_Plugin/ (older reference)
4042
4143
"""
4244

0 commit comments

Comments
 (0)