[Bugs] #569 UNSP: XOIRC error in irc_script.py

SugarLabs Bugs bugtracker-noreply at sugarlabs.org
Wed Mar 18 12:46:22 EDT 2009


#569: XOIRC error in irc_script.py
------------------------------------------+---------------------------------
    Reporter:  walter                     |          Owner:  mchua                      
        Type:  defect                     |         Status:  new                        
    Priority:  Unspecified by Maintainer  |      Milestone:  Unspecified by Release Team
   Component:  Irc                        |        Version:  0.84.x                     
    Severity:  Minor                      |     Resolution:                             
    Keywords:                             |   Distribution:  SoaS                       
Status_field:  Unconfimed                 |  
------------------------------------------+---------------------------------

Comment(by tomeu):

 nicer patch:

 {{{
 diff --git a/purk/scripts/irc_script.py b/purk/scripts/irc_script.py
 index 6e38005..a993d2c 100644
 --- a/purk/scripts/irc_script.py
 +++ b/purk/scripts/irc_script.py
 @@ -306,7 +306,7 @@ def onCommandNick(e):

  def setdownNick(e):
      if e.source != e.network.me:
 -        window = windows.get(windows.QueryWindow, e.network, e.source)
 +        window = windows.get(windows.QueryWindow, e.network, e.source,
 core)
          if window:
              window.id = e.target


 }}}

-- 
Ticket URL: <http://dev.sugarlabs.org/ticket/569#comment:1>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system


More information about the Bugs mailing list