TDate

By blitzz on Jun 04, 2009

TDate..Make sure your time and date in pc are up to date..This only shown in local.

on *:text:~TDate*:#: {
  if (!$($+(%,flood,.,$nick),5)) { set -u3 $+(%,flood,.,$nick) on ||
    msg $chan 8,1| $time |1,15| $date |75,7| $day |1,0 10TDate Requested by $nick (1LocalTDate10)
  }
}

Comments

Sign in to comment.
buddy   -  Jun 05, 2009

oo ok now i understand....but i think this can be upgraded to international time....(i just giving suggestion but dunno how to do it hehe).

 Respond  
blitzz   -  Jun 05, 2009

buddy here some example:

ex: on :text:hai*:#: { kick $chan $nick Dont say hai

=any words that match with 'hai' will kicked. ex: sohai, haithere etc.

ex: on :text:hai:#: { kick $chan $nick Dont say that word

=you will kicked when you say da word at da beginning. ex: haithere, haitoo etc.

 Respond  
^Neptune   -  Jun 05, 2009

"text*" would match "text hi"/"texthi"/"text whee" - anything after the word text.

"text" on the other hand would match anywhere in the sentence, as the wildcards make it so words can be before and after it.

Bascially, wildcards mean there can be words wherever they are put.

 Respond  
buddy   -  Jun 05, 2009

Actually what is the different between text and text* ?

 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.