Lurch/lurch.py

12 lines
242 B
Python
Executable File

#!/usr/bin/env python3
from pinhook.bot import Bot
bot = Bot(
channels=['#counting', '#counting-meta', '#counting-anarchy', '#bots'],
nickname='lurch',
server='localhost',
ops=['kirch']
)
bot.start()