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