Greeting - A-voice - Counter V3.0

By APinis on Feb 07, 2007

UPDATED
Now it has welcome msg, counter, and auto voice, and it shows clock!

DON`T FOR GET TO CHANGE #CHANNEL TO YOUR CHANNEL!!!

on *:JOIN:#channel: {
  inc %totalusers 1
  %totaldate $date
  .notice $nick 3,8 ..::Hello12 $nick $+  ,3,8  welcome to 12 $chan $+ 3,8 Youre12 %totalusers  3,8visitor here since12 %totaldate $date 3,8It`s12 $time 3,8now::..
}
on *:PART:#channel: .notice $nick 3,8Thank you $nick ,for visiting 12 $chan $+ . You want this script? Get it at http://www.hawkee.com
}
on *:JOIN:#channel:{
  /mode #channel +v $nick
}

Comments

Sign in to comment.
blitzz   -  Jun 05, 2009

on *:JOIN:#channel: {

to

on *:JOIN:#Gremlins: {

 Respond  
Ejayrazz   -  Jun 05, 2009

How would I use it again?
What do I need to edit
The channel I need it to is #Gremlins

How would I go about this?

 Respond  
Fuzion   -  Jul 23, 2008

nice

 Respond  
AHBARAR   -  Jun 06, 2007

u can change the #channel to # as
on :JOIN:#channel: { -------> on :JOIN:#: {
on :PART:#channel: { -------> on :PART:#: {

 Respond  
deadoralive   -  Apr 11, 2007

5/10

 Respond  
Zachery   -  Mar 09, 2007

dont set it every join, check if its set and if not set it.

also i would combine the mode $chan +v $nick into the first on join

 Respond  
APinis   -  Feb 09, 2007

Oh I just noticed, the date \'\'since\'\' changes every day. What can I do about it?

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.