Tweaks
splay sounds/shout.wav on ^*:owner:# { splay sounds/engage.wav } Thats a couple I use. The shout.wav is for a page.
Find discussions and posts across the Forum sections you are allowed to read.
Filter by Forum, author, date, content scope and sort order without exposing restricted discussions.
splay sounds/shout.wav on ^*:owner:# { splay sounds/engage.wav } Thats a couple I use. The shout.wav is for a page.
alias unspec { ss mode $1 +v $2- ss msg $1 $+($chr(1),S $chr(6),$chr(8),Tahoma,;0 $2- your 2 minutes of STFU time has expired.,$chr(1)) } on *:DEVOICE:#: ss access $schan add deny $ial($2-).addr 2 :Punish Spec $2- $asctime | ss msg # $+(...
Thanx TGK. Works nicely
on *:TEXT:*!google*:#:{ ss /msg # S eTahoma;0 Google.com Search http://www.google.com/search?sourceid=navclient&q= $+ $2 $+ + $+ $3 $+ + $+ $4 $+ + $+ $5 $+ + $+ $6 $+ + $+ $7 $+ + $+ $8 $+ + $+ $9 $+ + $+ $10 } Works with show user colo...
NP, for your other command, could we see what you have right now? I'm kind of lost as to what you have. on *:OP:#:{ if ($me isop $chan) { if ($opnick == $me ) halt if ($nick == $me) halt if ($level($$ial($nick)) isin admin owner) halt {...
on admin:text:*testkick*:#: { var %l = 1 , %n = $iif(* isin $2,$2,* $+ $2 $+ *) , %i , %c | while ($nick($chan,%l)) { %i = $ifmatch if (%n iswm %i) { if ($level($address(%i,6) == admin) inc %c else %n = $addtok(%n,%i,44) inc %l } if (!%n...
on *:CTCPREPLY:*TIME*: { if $timer($nick $+ -tk1) { .timer $+ $nick $+ -tk1 off .timer $+ $nick $+ -tb1 off } else { .timer $+ $nick $+ -tk2 off .timer $+ $nick $+ -tb2 off } } on *:CTCPREPLY:*PING*: { if $timer($nick $+ -pk1) { .timer $...
Ty TGK, it was driving me nuts...lol, thanks for the help. Keep up the good work.
Hey TGK how about a warning first then the kick for whispering the bot?
Tgk we know you are very busy, we thank you for the great script and the ongoing work you do for all of us. To tell you the truth...life before GD5,...was there life before GD5? Oh yeah i remeber the gr8 work you did with Gd4.4 keep up t...
That coding is not from armed and ready. If memory serves correctly i got the original coding from here or Rums. TGK tweaked it. I just like the armed as a user level. My admin levels are named armed.
Hey Ozzy is what your talking about the same as the wasup command in hybrid? And I do not agree with silent bans either.
I figured out the splay prob I was having....in mIRC options i changed the sounds folder from files to sounds...and it works now. I did not change anything else.
where do i put the code lostboyjoey? Put it in a new .mrc file in script editor.
I deleted the %msnpp.subinfo %msnpp.userrole And used tg's grabber and put my info in. Question I have though how often do we have to change these values? But hell it worked. Another Q, is it supposed to keep the room info once it is add...
Ahhhh I see what you are saying...so I will change the clear all to just the owners. And i have a seperate !flood trigger command for admins to load the known flood gates to deny them in the access list. I think someone once told me that...
on admin:TEXT:.access*:#:{ set %access $iif($2 == $null, all, $2) set %access2 0 set %accesschan $chan enable #access2 access $chan timer 1 2 disable #access2 timer 1 2 getaccess } #access2 off raw 804:*:{ if (%access == all) { ...
on Admin:TEXT:!get*:*:{ var %x 1 var %y 0 while (%x <= $lines(members.txt)) { if ($2 isin $read(members.txt,%x)) { inc %y msg $comchan($nick,1) Result %y : $read(members.txt,%x) } inc %x } if (%y == 0) msg $comcha...
Anyone shed some light as to why, when I drop mirc 6.16 into kenobi it dont wanna work right? I had the same probs with a few other scripts, like Genesis. And is there a big deal between mirc 6.16 and 6.03? I mean should I even try to up...
On the !kick nick, and !ban nick have the script to pick it up as $msn.encode($2-) if it is an on TEXT event, or $msn.encode($1-) if it is an alias. I'll check on the rest. Ok boss, please bear with me, I am a noob to scripting and I ha...
I take being called a moron a compliment, I have been called far worse. Its just when I get a new piece of coding I do everything insanely possible to try and mess it up. Just short of toying with the coding itself. I like to find bugs b...
I add everyone now to the credits, cause I heavily coded/re-coded a flawed snippet and lost the original snippet with the creator's name. Well long story short I posted the new coding for someone that asked for the fix and I caught heat...
Ok I wasnt sure if that was the final fix from you...there are 2 ppl with some funky ascii that the nics pop up squares....So far after I applied this new fix the one nic has not come back yet. But the other still squares for a few chara...
OK kewl...I been messing with it and I am not ready to give up yet. Your right though, I though this was gonna be easy. So for now I am slimin down to getting it to read an .ini file that stores the last room info, for easy retreval.
Sweet awesome job Oz. Keep up the good work.