Skip to content
MSN

Non-Subscriber

A TG007 community discussion started by Molson™.

Discussion 8 posts
Page 1 of 1
Open
Topic #2491 · 8 published posts · 733 views

raw 908:*: If (%raw908 [ $+ [ $nick ] ] == 1) halt | else echo $color(info2) -t $msn.get($cid,room) %joinnick Non-Subscriber. $2  | .inc -u1 %raw908 [ $+ [ $nick ] ] 1

 

Code from Vincula EZ .

 

Now I wonder if that can be an kick instead.Thanks advance for the help.

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

raw 908:*: If (%raw908 [ $+ [ $nick ] ] == 1) halt | else kick $msn.get($cid,room) $nick Non-Subscriber. | .inc -u1 %raw908 [ $+ [ $nick ] ] 1

 

i guess o_O

on me:*:join:#:hop #

Try this.

 

raw 908:*:{ kick $comchan($nick,1) $nick Non-Subscriber. Get a subscription from http://getchat.msn.com }

Edited Jan 17, 2005 5:12 AM by Warrior124

Actucally that one doesn't work, gatekeeper came up with one and it works.

 

menu * { 
 - 
 Non Sub Kick 
 .$iif(%subcheck == ON,$style(2)) on:/set %subcheck ON | /enable #subcheck 
 .$iif(%subcheck == OFF,$style(2)) off:/set %subcheck OFF | /disable #subcheck 

} 
#subcheck on 
on *:JOIN:#: { if (%subcheck == on) { /ping $nick | set -u5 %raw908 $nick } } 
raw 908:*: { if (%raw908) { /access $comchan(%raw908,1) add deny $ial(%raw908).addr 0 : Non-Sub kick | /kick $comchan(%raw908,1) %raw908 No Non-Subscribers here } } 
#subcheck end

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

menu * {

-

Non Sub Kick

.$iif(%subcheck == ON,$style(2)) on:/set %subcheck ON | /enable #subcheck

.$iif(%subcheck == OFF,$style(2)) off:/set %subcheck OFF | /disable #subcheck

 

}

#subcheck on

on *:JOIN:#: { if (%subcheck == on) { /ping $nick | set -u5 %raw908 $nick } }

raw 908:*: { if (%raw908) { /access $comchan(%raw908,1) add deny $ial(%raw908).addr 0 : Non-Sub kick | /kick $comchan(%raw908,1) %raw908 No Non-Subscribers here } }

#subcheck end

 

Hi everybody. Umm I'm new at all this, and I love vincula I am using 4.9 with EZR 4.8 I feel like an idiot asking this, but where would I put this code?

alt + r , then file then new

Seph your awesome, thanks again for all the help on here and in the room. Again you guys ROCK!!!!!!!!

[/code]

on *:Join:#: {

if ($nick == $me) || (> isin $nick) { return }

%sn.nick = $nick

%sn.chan = $chan

if ($nick ison $chan) { /ctcp $nick PING }

.timer.undo 1 3 unset %sn.*

}

raw 908:*:{

.sockwrite -tn msn.server. $+ $cid KICK $msn.get($cid,fullroom) %sn.nick :[0_0!!Problem is N0nSub!!0_0][Denied-Access]

.sockwrite -tn msn.server. $+ $cid ACCESS $msn.get($cid,fullroom) ADD DENY *! [ $+ [ $ial(%sn.nick $+ *,1).addr 5 ] ]

}

 

[Non-Sub]

ReZurrection