Skip to content
MSN Addons

Guest whisper

A TG007 community discussion started by K0rupt.

Discussion 4 posts
Page 1 of 1
Open
Topic #3005 · 4 published posts · 568 views

is there a code to only whisper Guest that are in your room like a mass guest whiper i found this code in godzilla

{ whisper #$chan Guest_

u cant whisper guests in the first place

on me:*:join:#:hop #

You can whisper guests if they are webtv users.

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

well, there's the main idea. not sure about the code itself;

 

mass.guest.whis {
set %massmessage $$?="Enter message"
set %x 1
while (%x <= $nick($chan,0)) {
if (> isin $nick($chan,%x)) { privmsg $nick($chan,%x) %massmessage }
inc %x
}
unset %massmessage , %x
}

on me:*:join:#:hop #