sbp / phenny

Python IRC bot
http://inamidst.com/phenny/
380 stars 232 forks source link

MODE doesn't work #11

Closed sbp closed 13 years ago

sbp commented 13 years ago

phenny.write(['MODE', '#example', '+o', 'nickname']) doesn't work.

sbp commented 13 years ago

The problem was that the irc server in question only allows opping through ChanServ, not through MODE.