mIRC Home    About    Download    Register    News    Help

Print Thread
#32916 29/06/03 10:03 AM
T
TheMachete
TheMachete
T
Whats the command to lock the topic?

#32917 29/06/03 10:41 AM
Joined: May 2003
Posts: 215
L
Fjord artisan
Offline
Fjord artisan
L
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

#32918 29/06/03 11:38 AM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
/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
H
Hindsight
Hindsight
H
It varies for each network

#32920 29/06/03 04:57 PM
Joined: Dec 2002
Posts: 3,534
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,534
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
D
Dr4g0n
Dr4g0n
D
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