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. """