Added example template to template.

This commit is contained in:
Jeremy Fincher 2003-08-27 05:09:13 +00:00
parent f9fee97f5f
commit fff995221e
1 changed files with 4 additions and 0 deletions

View File

@ -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