mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
Added example template to template.
This commit is contained in:
parent
f9fee97f5f
commit
fff995221e
@ -56,6 +56,10 @@ 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 = """
|
||||||
|
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