Skip to content
MSN

MSN Spec Message

A TG007 community discussion started by Eaglenest25311.

Discussion 12 posts
Page 1 of 1
Open
Topic #4034 · 12 published posts · 737 views

I would like a code for Spec for them when they enter our room

 

on *:JOIN:#: {  if ($nick != $me) && (if $nick == spec) /msg $nick $chan Message) }

 

By the way, who ever changed the Quote and Code, Good Job Much easer

Well there's different ways to check their time, ping them but the best way is to check them using IRC8 MSN-OCX!9.02.0402.1601 . If you know how edit your vincula you'll know how or if already has a non sub kick just change it a message.

 

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

Ok thanks I'll look

Can't find it , How does it look for nonsub $nick == ?

 

This don't work

 

#submessage on
on *:JOIN:#: { 
set -u8 %sn.nick $nick | set -u8 %sn.chan $!chr(37) $!+ $right($chan,-1) | .timersubcheck 1 1 subcheck } 
alias subcheck { { if (%sn.nick ison %sn.chan) ctcp $nick PING } | /msg $nick $chan Message }
#submessage end

Edited Jul 6, 2005 7:21 PM by Eaglenest25311
#submessage on
on *:JOIN:#: { 
set -u8 %sn.nick $nick | set -u8 %sn.chan $!chr(37) $!+ $right($chan,-1) | .timersubcheck 1 1 subcheck } 
alias subcheck { { if (%sn.nick ison %sn.chan) ctcp $nick PING } | /msg %sn.chan Hello %sn.nick Message }
#submessage end

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

Must be something wrong

I Get This

[17:34] -> *$chr(37)* $+ #!West\bVirginia! Hello Beth•š Message

-

[17:34] 401   $chr(37) No such nick/channel

$chr(37) No such nick/channel

 

Say's that in wrong chanel, The [17:34] -> *$chr(37)* $+ #!West\bVirginia! Hello Beth╚ Message

Edited Jul 6, 2005 9:51 PM by Eaglenest25311

spect on 
on *:JOIN:#: { 
 if ($nick isowner $chan) halt { 
   if ($me ison $chan) { 
     %sn.nick = $nick 
     %sn.chan = $chan 
     if ($nick ison $chan) { /ctcp $nick PING } 
     .timer.undo 1 5 unset %sn.* 
   } 
 } 
} 
raw 908:*:{ 
 msg %sn.chan %sn.nick NonSubscriber! $+ (*) 
} 
#spect end

 

This work, it said the message twice.

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

TY TY TY That Worked Great, I can finish it From Here, Ya ta Man

 

I Hope LoL Now I got to have message for regular Subs to work again

At first, it worked great, and only send the message once, then I was testing emergency reload, and reload the spec message, and now when they come into the room it does twice, why would it causes that? I tried to look for double command line but I can't find it, Does any one got any idea's?

make sure you don't have 2 of the codes loaded otherwise you'll have that problem.

that code wud spoof u out if the room got flooded.

best way to get them through the rooms sockread.

to be exact, in the /names raws. 352 i guess

on me:*:join:#:hop #

The code or mrc file only loaded once, Try it out, You will see what it is doing. I tride to put halt on end of it, would not work.

 

 

 

sockread.

to be exact, in the /names raws. 352 i guess

I don't uderstand?
Edited Jul 12, 2005 12:07 AM by Eaglenest25311