Skip to content
MSN

moderate room

A TG007 community discussion started by TroN-0074.

Discussion 4 posts
Page 1 of 1
Open
Topic #152 · 4 published posts · 658 views

huh.gif when I had my room at TCN it was a +m room.

so I had

on *:join:#El-Salvador: mode $chan +v $nick

in the Founder's note pad.

 

I would like to know if I have a MSN +m room

how that code would looks like if my room's name is %#G_elchatdelamara

 

I would like to know. Thank you

 

You and me will all go down in history,

With a sad Statue of Liberty,

And a Generation that didn't agree.

Moderated means spectators enabled right?

If it does then it is the same for msn also (+m). And your onjoin would look like

on *:JOIN:#:/mode $chan +v $nick

the above code should work for all channels.

 

Hope this helps

Edited Mar 24, 2004 3:55 AM by DarkElementX

 

---

If i turn my back im defenseless, but to go blindly seems senseless

there was no problem with your original code but with the room name you should use # or * because #El-Salvador will only work in a room like this, and all msn rooms are %#<name>

umm dont you mean

 

on *:join:#: {

if ($chan == %#channel) { mode # +v $nick }

Edited Mar 24, 2004 7:31 PM by kaz2k