Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Bevinsky committed Aug 21, 2012
1 parent 0974f67 commit 61c5186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irclib.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ def process_data(self):
if 'CHANMODES' in self.featurelist:
chanmodes = self.featurelist['CHANMODES']
chansplit = chanmodes.split(',')
self.sqlite.argmodes = ''.join(spl[:3]) #first three groups are argmodes
self.sqlite.argmodes = ''.join(chansplit[:3]) #first three groups are argmodes
if 'PREFIX' in self.featurelist:
match = re.match(r"\((.*?)\)(.*?)$", self.featurelist['PREFIX'])
self.sqlite.nickchars = match.groups()[1]
Expand Down

0 comments on commit 61c5186

Please sign in to comment.