You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by le...@apache.org on 2005/07/06 20:33:11 UTC

svn commit: r209491 - /gump/branches/Gump3/pygump/python/gump/plugins/irc.py

Author: leosimons
Date: Wed Jul  6 11:33:10 2005
New Revision: 209491

URL: http://svn.apache.org/viewcvs?rev=209491&view=rev
Log:
Fix irc plugin to have the second argument to finalize()

Modified:
    gump/branches/Gump3/pygump/python/gump/plugins/irc.py

Modified: gump/branches/Gump3/pygump/python/gump/plugins/irc.py
URL: http://svn.apache.org/viewcvs/gump/branches/Gump3/pygump/python/gump/plugins/irc.py?rev=209491&r1=209490&r2=209491&view=diff
==============================================================================
--- gump/branches/Gump3/pygump/python/gump/plugins/irc.py (original)
+++ gump/branches/Gump3/pygump/python/gump/plugins/irc.py Wed Jul  6 11:33:10 2005
@@ -271,7 +271,7 @@
       def visit_workspace(self,workspace):        
           self.bot_runner.put_message('Processing Workspace %s' % workspace.name)
           
-      def finalize(self):
+      def finalize(self,workspace):
           """ :TODO: Disconnect from the IRC service, allowing a graceful shutdown """  
           self.bot_runner.put_message('Gump signing out.')
           self.bot_runner.commands.put('shutdown')