Changeset 87

Show
Ignore:
Timestamp:
05/26/04 21:41:05 (5 years ago)
Author:
jajcus
Message:

- don't treat 477 response as error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jjigw/channel.py

    r79 r87  
    210210 
    211211    def irc_cmd_477(self,prefix,command,params): # ERR_NOCHANMODES 
    212         self.irc_error_response(prefix,command,params,["TOPIC","MODE"],"not-acceptable") 
     212        # this often is not an error 
     213        #self.irc_error_response(prefix,command,params,["TOPIC","MODE"],"not-acceptable") 
    213214 
    214215    def irc_error_response(self,prefix,command,params,requests,condition):