mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +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 *
|
||||
|
||||
import utils
|
||||
import privmsgs
|
||||
import callbacks
|
||||
|
||||
@ -56,9 +57,9 @@ def configure(onStart, afterConnect, advanced):
|
||||
from questions import expect, anything, something, yn
|
||||
onStart.append('load %s')
|
||||
|
||||
example = """
|
||||
example = utils.wrapLines("""
|
||||
Add an example IRC session using this module here.
|
||||
"""
|
||||
""")
|
||||
|
||||
class %s(%s):
|
||||
%s
|
||||
|
Loading…
Reference in New Issue
Block a user