mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Removed example string from the template in suypbot-newplugin.
This commit is contained in:
parent
15639d8a1d
commit
7dd1f4d1d9
@ -65,9 +65,6 @@ 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 = utils.wrapLines("""
|
|
||||||
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