mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 14:14:37 +01:00
Added docstrings.
This commit is contained in:
parent
55384617d4
commit
f4fb779f9f
@ -29,6 +29,10 @@
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
###
|
||||
|
||||
"""
|
||||
Just a regexp module to make the bot a wee bit friendlier.
|
||||
"""
|
||||
|
||||
from baseplugin import *
|
||||
|
||||
import re
|
||||
|
@ -29,6 +29,10 @@
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
###
|
||||
|
||||
"""
|
||||
Logs raw IRC messages to a file, conf.dataDir/raw.log
|
||||
"""
|
||||
|
||||
from baseplugin import *
|
||||
|
||||
import conf
|
||||
|
Loading…
Reference in New Issue
Block a user