mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 22:24:20 +01:00
Forgot the example.
This commit is contained in:
parent
6320511166
commit
5576661ab5
@ -55,7 +55,12 @@ def configure(onStart, afterConnect, advanced):
|
|||||||
onStart.append('load Network')
|
onStart.append('load Network')
|
||||||
|
|
||||||
example = utils.wrapLines("""
|
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):
|
class Network(callbacks.Privmsg):
|
||||||
|
Loading…
Reference in New Issue
Block a user