Skip to content
MSN

Room modes

A TG007 community discussion started by oosho.

Discussion 4 posts
Page 1 of 1
Open
Topic #6856 · 4 published posts · 685 views

heyy

i want the command lines that changes the room modes

and if you can tell me what every mode exactly means i would appreciate that :)

http://www.tg007.net/?page=commands

 

vsixc.ath.cx 6667

  Room Modes
 .Invite $iif(i isin $chan($active).mode,-,+) $+ i:{ mode # $iif(i isin $chan($active).mode,-,+) $+ i }
 .Moderated $iif(m isin $chan($active).mode,-,+) $+ m:{ mode # $iif(m isin $chan($active).mode,-,+) $+ m }
 .Knocks $iif(u isin $chan($active).mode,-,+) $+ u:{ mode # $iif(u isin $chan($active).mode,-,+) $+ u }
 .Topic $iif(t isin $chan($active).mode,-,+) $+ t:{ mode # $iif(t isin $chan($active).mode,-,+) $+ t }
 .Room Limit $chan(#).limit :{ mode # +l $$?"Please enter in the room limit" }
 .Whispers/Messaging
 ..Whispers $iif(w isin $chan($active).mode,on,off) :{ mode # $iif(w isin $chan($active).mode,-,+) $+ w }
 ..External Messaging $iif(n isin $chan($active).mode,on,off) :{ mode # $iif(n isin $chan($active).mode,-,+) $+ n }
 .Room Security
 ..Hidden $iif(h isin $chan($active).mode,-,+) $+ h:{ mode # $iif(h isin $chan($active).mode,-,+) $+ h }
 ..Secret $iif(s isin $chan($active).mode,-,+) $+ s:{ mode # $iif(s isin $chan($active).mode,-,+) $+ s }
 ..Private $iif(p isin $chan($active).mode,-,+) $+ p:{ mode # $iif(p isin $chan($active).mode,-,+) $+ p }
 ..Room Key $chan(#).key :{ mode # $iif(k isin $chan(#).mode,-k $chan(#).key,+k $$?"Please enter in the key") }

Explanations

Invite(+-i): Only people you invite are allowed to enter the room. Normally used for private rooms.

Moderated(+-m): Spec mode. People when they join will automatically have glasses. You can use a code to make it so when they join, they dont

Knocks(+-u): If someone is banned, or the room is on invite, key, limit etc, they cant join. This shows their address and gatekeeper passport to you in the channel window.

Topic(+-t): Only set this to -t if you want people without a hammer to be able to change the topic.

Limit(+-l): Sets how many people are allowed in your room

Whispers(+-w): Sets whether whispers are turned on or off. If off, participants can only whisper hosts.

External Messaging(+-n): No need to turn this off

Hidden(+-h): This determines whether your room is shown on the MSN room list.

Secret(+-s): Same as above

Private(+-p): Same as above

Room Key(+-k): This determines whether people will need a password to get in your room. Only good if you dont want anyone else in your room. Normally scripts can only get in with the password with this on.

(Y)(Y)