To Molson, you will need to make/download a theme.
A TG007 community discussion started by The Gate Keeper.
To Molson, you will need to make/download a theme.
If i get permission from some of the script creators i would be happy to update a few to dogcollar?
Pomperom
Lol, i tried guardDog in one of my scripts and it worked
but i tried it in another and it wouldnt access my passport
=\
You might think you can beat me, But you have to prove it =]
To Molson, you will need to make/download a theme.
But TGK said a theme isn't needed, plus it shows text if your participation.
Custom Computer
AMD Athlon 64 x2 Dual Core 5200+
Asus M2N-SLI MOB
2GB DDR2 @ 800mhz
160GB Hard Drive
NVidia GeForce 8400GS 256
Well found out the problem, it has something to do with mIRC 6.16, cause it shows up on 6.17.Also I think I better flood protection, seems to flood to easy.
#passportflood on
on @!1:JOIN:#: {
set -u2 %jc. [ $+ [ $chan ] ] $addtok(%jc. [ $+ [ $chan ] ],$dc.fullnick($chan,$nick),44)
if ($numtok(%jc. [ $+ [ $chan ] ],44) == 3) && (!%jb. [ $+ [ $chan ] ]) sockwrite -n dc.chat. $+ $cid access $fchan add deny *!*@*$* 6 :Flood Occurance
elseif ($numtok(%jc. [ $+ [ $chan ] ],44) == 5) {
sockwrite -n dc.chat. $+ $cid kick $fchan %jc. [ $+ [ $chan ] ] :Passport Flooder
set -u10 %jb. [ $+ [ $chan ] ] $true
unset %jc. [ $+ [ $chan ] ]
}
}
#passportflood end
Custom Computer
AMD Athlon 64 x2 Dual Core 5200+
Asus M2N-SLI MOB
2GB DDR2 @ 800mhz
160GB Hard Drive
NVidia GeForce 8400GS 256
#nowhisper on
on *:TEXT:*:?: {
if (Admin isin $level($address($nick,6))) halt
if (GHOST isin $level($address($nick,6))) halt
if (ownerlevel isin $level($address($nick,6))) halt
if (hostlevel isin $level($address($nick,6))) halt
if ($nick == %whispered) && ($nick !isowner $active) && ($nick !isop $active) {
splay ChatWhsp.wav
echo -a 8,4-=[ 4,1 $nick 8,4 ]=-
echo -a 8,4-=[ 4,1 $msn.ifdecode($replace($nick,>,Guest_)) 8,4 ]=-
echo -a 8,4-=[ 4,1 Is trying to whisper you 8,4 ]=-
echo -a 8,4-=[ 4,1 Message = $1- 8,4 ]=-
.sockwrite -tn dc.chat. $+ $cid access $fchan add deny $ial($nick).addr 1 :whisper kick
.sockwrite -n dc.chat. $+ $cid kick $fchan $dc.fullnick($schan,$nick) : $+ I warned you last time, not to whisper me again(gone for 60 seconds)[Total Kicks = $+ %kick.count $+ ] | set %kick.count $calc(%kick.count +1)
unset %whispered
closemsg $nick
}
elseif ($nick !isowner $active) && ($nick !isop $active) {
msg $nick If you need help,Contact my Admin , if he is away type @shout on the room to leave him a meesage, and Please dont whisper me again,or you will be removed, ty
splay ChatWhsp.wav
echo -a 8,4-=[ 4,1 $nick 8,4 ]=-
echo -a 8,4-=[ 4,1 $msn.ifdecode($replace($nick,>,Guest_)) 8,4 ]=-
echo -a 8,4-=[ 4,1 Is trying to whisper you 8,4 ]=-
echo -a 8,4-=[ 4,1 Message = $1- 8,4 ]=-
set %whispered $nick
closemsg $nick
}
}
#nowhisper end
This Code is working to kick who whispering the script after a warning. credits goes to ozzy , kenobi script
i edited it to work with DC connection my problem is:
i need this to halt on admin whisper means no kick for admins
also halt on ghost level whisper
also if admin or a ghost level is whispering the script never warn him
thanks
if (Admin isin $level($address($nick,6))) halt
if (GHOST isin $level($address($nick,6))) halt
if (ownerlevel isin $level($address($nick,6))) halt
if (hostlevel isin $level($address($nick,6))) halt
isn't that doing it for you???
no dear , thats why am asking
any way this solved the problem
if ($level($$ial($nick)) isin admin ghost owner host) { halt }
Thanks Alote all
By the way, DC's CTCPALL command in the nicklist returns CTCPALL Unknown Command
Not that major, but just reporting the error
Anyone who is using 6.16 with this connection and doesnt see owner text, other then your own. I suggest downloading a fresh copy of mIRC 6.16 and move all your scripts and dc public to that folder. Cause it worked here.
Custom Computer
AMD Athlon 64 x2 Dual Core 5200+
Asus M2N-SLI MOB
2GB DDR2 @ 800mhz
160GB Hard Drive
NVidia GeForce 8400GS 256
Hey TGK in this connection, Is their a certain reason you coded this connection to only join as a subscriber instead of a Non_Subscriber.
Can this connection be made to join as a non_Sub?
No. The one for GD5 dont, so why would the public version be able to.
Custom Computer
AMD Athlon 64 x2 Dual Core 5200+
Asus M2N-SLI MOB
2GB DDR2 @ 800mhz
160GB Hard Drive
NVidia GeForce 8400GS 256
Sign in to reply or start a new topic where your account has permission.