Merge lp:~keegan-csmith/ibid/groveio into lp:ibid

Proposed by Keegan Carruthers-Smith
Status: Merged
Approved by: Stefano Rivera
Approved revision: 1045
Merged at revision: 1045
Proposed branch: lp:~keegan-csmith/ibid/groveio
Merge into: lp:ibid
Diff against target: 11 lines (+1/-0)
1 file modified
ibid/plugins/sources.py (+1/-0)
To merge this branch: bzr merge lp:~keegan-csmith/ibid/groveio
Reviewer Review Type Date Requested Status
Stefano Rivera Approve
Review via email: mp+98162@code.launchpad.net

Commit message

Add support for grove.io nickserv.

To post a comment you must log in.
Revision history for this message
Stefano Rivera (stefanor) wrote :

What could possibly go wrong.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ibid/plugins/sources.py'
2--- ibid/plugins/sources.py 2011-02-09 10:22:23 +0000
3+++ ibid/plugins/sources.py 2012-03-19 08:02:23 +0000
4@@ -109,6 +109,7 @@
5 @match(r'^(?:This nickname is registered\.\s+Please choose a different nickname'
6 r'|This nickname is registered and protected\.\s+If it is your'
7 r'|This nickname is owned by someone else\.\s+Please choose another'
8+ r'|This nickname is registered\.\s+Please identify via /msg NickServ identify <password>'
9 r'|If this is your nickname, type \/msg NS)', simple=False)
10 def auth(self, event):
11 if self.is_nickserv(event):

Subscribers

People subscribed via source and target branches