Removed example string from the template in suypbot-newplugin.

This commit is contained in:
Jeremy Fincher 2003-11-19 00:25:51 +00:00
parent 15639d8a1d
commit 7dd1f4d1d9

View File

@ -65,9 +65,6 @@ def configure(onStart, afterConnect, advanced):
from questions import expect, anything, something, yn
onStart.append('load %s')
example = utils.wrapLines("""
Add an example IRC session using this module here.
""")
class %s(%s):
%s