mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +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
|
||||
onStart.append('load %s')
|
||||
|
||||
example = """
|
||||
Add an example IRC session using this module here.
|
||||
"""
|
||||
|
||||
class %s(%s):
|
||||
%s
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user