Skip to content

Commit cc84f63

Browse files
committed
Fix match pattern for add.
1 parent b0bf2c3 commit cc84f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ def die(self):
717717
#schedule.removeEvent(self.name())
718718

719719
def add(self, irc, msg, args, name, url, username='', password=''):
720-
"""<name> <url> [<username> <password>]
720+
"""<name> <url> [<username>] [<password>]
721721
Lets the bot know about a new Roundup installation that it can
722722
interact with. Name is the name that you use most commonly to refer
723723
to this installation--it must not have any spaces. URL is the

0 commit comments

Comments
 (0)