made arguments for initiating bot clearer
parent
541001d3c8
commit
9bc48c3de9
|
@ -1,4 +1,9 @@
|
||||||
import pinhook.bot
|
import pinhook.bot
|
||||||
|
|
||||||
ph = pinhook.bot.Bot(['#dicechannel'], 'dicebot', 'irc.freenode.net, ops=['archangelic'])
|
ph = pinhook.bot.Bot(
|
||||||
|
channels=['#dicechannel'],
|
||||||
|
nickname='dicebot',
|
||||||
|
server='irc.freenode.net',
|
||||||
|
ops=['archangelic']
|
||||||
|
)
|
||||||
ph.start()
|
ph.start()
|
||||||
|
|
Loading…
Reference in New Issue