Skip to content
TG007 community snippet #31

Onjoin Gives Stuff

Onjoin Gives Stuff gives +V Onjoin or take or ban or time msg or Whisper msg i fix it with isowner and i tested and working thnx Mr err0r for ur note

By TOP_die Added Mar 31, 2010 Updated Apr 2, 2010
Buzzen All snippets
mIRC script 9 lines
About this snippet

Overview

Onjoin Gives Stuff gives +V Onjoin or take or ban or time msg or Whisper msg i fix it with isowner and i tested and working

thnx
Mr err0r
for ur note
Source code

mIRC script

9 lines · 500 characters
menu menubar {
  [»Onjoin Give Stuff«]
  .[»Onjoin Ban«]¬ $+ $upper($left($group(#joinban),1)) $+ $right($group(#joinban),-1) 
  ..Turn $iif($group(#joinban) == on,Off,On) : $iif($group(#joinban) == on,.disable,.enable) #joinban
  .-
  .[»Onjoin +v«]¬ $+ $upper($left($group(#join+v),1)) $+ $right($group(#join+v),-1) 
  ..Turn $iif($group(#join+v) == on,Off,On) : $iif($group(#join+v) == on,.disable,.enable) #join+v
  .-
  .[»Onjoin -v«]¬ $+ $upper($left($group(#join-v),1)) $+ $right($grou
Community

Comments

Want to join the discussion? Sign in to TG007.
guestWednesday, 7 April, 2010
.ctcpreply $nick $fulldate should be .ctcpreply $nick TIME $fulldate
guestWednesday, 7 April, 2010
On that #jointime, make sure you add "#jointime end" and remove the extra bracket at the end of that! On the joinwiz on join event, why not do your .ctcpreply $nick TIME msgs on seperate lines instead of using that tedious break "|" ju
TOP_dieWednesday, 7 April, 2010
Okay bro d33j4y i will do that and thnx for ur help
guestSaturday, 3 April, 2010
Yeah as you learn on with mirc, youll be able to use on event to handle all your onjoins etc.! Its not too hard to do, take a look at my settingz file in Buzz-Zyrus SoulFly 5.1.5.3 script and youll get an idea how to do it!! wink
TOP_dieFriday, 2 April, 2010
I Think Now it's fixed gasp
View 3 older comments
err0rFriday, 2 April, 2010
access # add deney $address($nick,1) is not going to work. it's deny
TOP_dieFriday, 2 April, 2010
i fix it with isowner and i tested and working thnx Mr err0r for ur note
err0rThursday, 1 April, 2010
You are going to run into a few problems with this snippet. one you used deney instead of deny. isowner needs an alias. You can't have multiple on * commands in the same file of the same type unless you only have one on at a time. Rewrite in order.