7 lines
129 B
Python
7 lines
129 B
Python
"""
|
|
A simple irc bot. See /etc/klafirc/bots.yaml to see which bots are runned.
|
|
"""
|
|
|
|
from .runner import run
|
|
|
|
__version__ = "0.1"
|