Forgot the example.

This commit is contained in:
Jeremy Fincher 2003-10-05 12:00:51 +00:00
parent 6320511166
commit 5576661ab5
1 changed files with 6 additions and 1 deletions

View File

@ -55,7 +55,12 @@ def configure(onStart, afterConnect, advanced):
onStart.append('load Network')
example = utils.wrapLines("""
Add an example IRC session using this module here.
<jemfinch> @dns slashdot.org
<supybot> jemfinch: 66.35.250.150
<jemfinch> @dns 66.35.250.150
<supybot> jemfinch: slashdot.org
<jemfinch> @whois ohio-state.edu
<supybot> jemfinch: ohio-state.edu <http://www.educause.edu/edudomain> is active; registered 18-aug-1987, updated 19-aug-2003, expires 18-aug-2004.
""")
class Network(callbacks.Privmsg):