mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Changed template to wrap lines in example.
This commit is contained in:
parent
b572562cb3
commit
5c86cd2ce4
@ -44,6 +44,7 @@ Add the module docstring here. This will be used by the setup.py script.
|
|||||||
|
|
||||||
from baseplugin import *
|
from baseplugin import *
|
||||||
|
|
||||||
|
import utils
|
||||||
import privmsgs
|
import privmsgs
|
||||||
import callbacks
|
import callbacks
|
||||||
|
|
||||||
@ -56,9 +57,9 @@ def configure(onStart, afterConnect, advanced):
|
|||||||
from questions import expect, anything, something, yn
|
from questions import expect, anything, something, yn
|
||||||
onStart.append('load %s')
|
onStart.append('load %s')
|
||||||
|
|
||||||
example = """
|
example = utils.wrapLines("""
|
||||||
Add an example IRC session using this module here.
|
Add an example IRC session using this module here.
|
||||||
"""
|
""")
|
||||||
|
|
||||||
class %s(%s):
|
class %s(%s):
|
||||||
%s
|
%s
|
||||||
|
Loading…
Reference in New Issue
Block a user