mIRC Home    About    Download    Register    News    Help

Print Thread
#32916 29/06/03 10:03 AM
Joined: May 2003
Posts: 13
T
Pikka bird
OP Offline
Pikka bird
T
Joined: May 2003
Posts: 13
Whats the command to lock the topic?

#32917 29/06/03 10:41 AM
Joined: May 2003
Posts: 215
Fjord artisan
Offline
Fjord artisan
Joined: May 2003
Posts: 215
/mode # +t will only allow operators to change the topic.
Locking the topic so that it cannot be changed is usually set using the channel services (ChanServ, ChanOp).
/msg ChanServ HELP SET TOPICLOCK


- Jason
#32918 29/06/03 11:38 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
/msg chanserv help set topiclock
Usage SET #channel TOPICLOCK [off | founder | aop | sop ]

/msg chanserv set #channel topiclock aop
/msg chanserv set #channel topiclock sop
/msg chanserv set #channel topiclock founder
/msg chanserv set #channel topiclock off

#32919 29/06/03 04:10 PM
Joined: Jan 2003
Posts: 108
H
Vogon poet
Offline
Vogon poet
H
Joined: Jan 2003
Posts: 108
It varies for each network

#32920 29/06/03 04:57 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Maybe so, I was just assuming that the network, the original poster was on uses that command for Topiclock. smile

#32921 30/06/03 11:26 AM
Joined: Jun 2003
Posts: 68
D
Babel fish
Offline
Babel fish
D
Joined: Jun 2003
Posts: 68
hello topic lock check this

alias topiclock {
topic $chan $1-
set %topiclock on
set %topic $1-
set %chan $chan
echo topic is locked
}

on *:Topic:%chan:{
if (%topiclock == on) { goto start }
if (%topiclock == off) { goto end }
:start
topic %chan %topic
:end
}

(C) Dr4g0n :P


Link Copied to Clipboard