From 5d73cfeaa8cf72882cc37e7b0d2082690d9595c6 Mon Sep 17 00:00:00 2001 From: Heikki Hokkanen Date: Mon, 1 Jun 2009 19:57:24 +0300 Subject: [PATCH] Added some oer-compatible aliases for topic manipulation. --- index.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/index.txt b/index.txt index cc75159..8a74112 100644 --- a/index.txt +++ b/index.txt @@ -404,7 +404,7 @@ Related plugins: [green]#Topic#. Supybot allows elaborate manipulation of the channel topic. Topic consists of items, separated by a configurable character (default is `||`). Items are one-indexed. -People who have used the Oer bot may notice that the topic manipulation commands are somewhat similar. +People who have used the Oer bot may notice that the topic manipulation commands are http://oer.equnet.org/help.php#um39[somewhat similar]. `topic add [channel] `:: Add a new topic item at the end. @@ -466,6 +466,14 @@ People who have used the Oer bot may notice that the topic manipulation commands `topic unlock [channel]`:: Set channel mode `-t`, allowing all users to change the topic. +.Aliases for partial oer compatibility: +---- +alias add ta topic add $1 +alias add td topic delete $1 +alias add te topic replace $1 $2 +alias add ts topic swap $1 $2 +---- + ==== Logging ==== Logging of channels is provided by the [green]#ChannelLogger# plugin. Various channel-specific configuration items are provided, see `config list plugins.ChannelLogger`. -- 2.11.4.GIT