mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 04:32:36 +01:00
USING_WRAP: Add a missing paren
This commit is contained in:
parent
ce469b0851
commit
ec018ef9f9
@ -31,7 +31,7 @@ the following import line:
|
|||||||
from supybot.commands import *
|
from supybot.commands import *
|
||||||
|
|
||||||
This will allow you to access the wrap command (and it allows you to do it
|
This will allow you to access the wrap command (and it allows you to do it
|
||||||
without the commands prefix. Note that this line is added to the imports of
|
without the commands prefix). Note that this line is added to the imports of
|
||||||
plugin templates generated by the supybot-plugin-create script.
|
plugin templates generated by the supybot-plugin-create script.
|
||||||
|
|
||||||
Let's write a quickie command that uses wrap to get a feel for how it makes our
|
Let's write a quickie command that uses wrap to get a feel for how it makes our
|
||||||
|
Loading…
Reference in New Issue
Block a user