5 lines
122 B
Python
5 lines
122 B
Python
|
import pinhook.bot
|
||
|
|
||
|
ph = pinhook.bot.Bot(['#dicechannel'], 'dicebot', 'irc.freenode.net, ops=['archangelic'])
|
||
|
ph.start()
|