Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Added onIrc_JOIN definition to plugin class. Part of #10
Browse files Browse the repository at this point in the history
  • Loading branch information
izzy committed Mar 25, 2014
1 parent 41f3e4e commit 221c15e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ def onAlterCollidedNick(self, irc, nickname):

def onUserJoined(self, irc, user, channel):
pass

def onIrc_JOIN(self, irc, prefix, params):
pass

0 comments on commit 221c15e

Please sign in to comment.