From 29825d76f94711c29ec236adff589a9e4ac824c7 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 3 Oct 2003 10:09:49 +0000 Subject: [PATCH] Forgot to update help for the new indexing. --- plugins/Topic.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/Topic.py b/plugins/Topic.py index 191bedab3..d0a0b7a22 100644 --- a/plugins/Topic.py +++ b/plugins/Topic.py @@ -112,7 +112,7 @@ class Topic(callbacks.Privmsg): def gettopic(self, irc, msg, args, channel): """[] - Returns topic number from . is a zero-based + Returns topic number from . is a one-based index into the topics. is only necessary if the message isn't sent in the channel itself. """ @@ -136,7 +136,7 @@ class Topic(callbacks.Privmsg): """[] Changes the topic number on according to the regular - expression . is the zero-based index into the topics; + expression . is the one-based index into the topics; is a regular expression of the form s/regexp/replacement/flags. is only necessary if the message isn't sent in the channel itself. @@ -185,7 +185,7 @@ class Topic(callbacks.Privmsg): """[] Removes topic from the topic for Topics are - numbered starting from 0; you can also use negative indexes to refer + numbered starting from 1; you can also use negative indexes to refer to topics starting the from the end of the topic. is only necessary if the message isn't sent in the channel itself. """