Changeset 87
- Timestamp:
- 05/26/04 21:41:05 (5 years ago)
- Files:
-
- trunk/jjigw/channel.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jjigw/channel.py
r79 r87 210 210 211 211 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") 213 214 214 215 def irc_error_response(self,prefix,command,params,requests,condition):
