Top

Random emoticon

Please Register to submit score.
Average Score  3.5
Scores Submitted  2
Date Added  Apr 28, 2008
Last Updated  Apr 28, 2008
Tags  emoticon  for  fun  funny  irc  lol  mirc  random  randomly  smiley 

Introduction

when somebody typed -emoticon-, your nick automaticly chooses a emoticon. with installed counter.
I only posted it for fun... hope you enjoy it.

Grab the Code

Comments

  (3)  RSS
Mitchell
Comments: 22
 
mIRC Snippet:  Random emoticon
Posted on Apr 28, 2008 1:29 pm
It's well done, not very useful, but entertaining to people who are bored =]
napa182
Comments: 733
 
mIRC Snippet:  Random emoticon
Posted on Apr 28, 2008 4:04 pm
no need to make one line for each one. you can use $gettok as well useing 1 inc count to count each one. also you should use local vars by useing var %em
maybe somthing like this..
Code:
on *:TEXT:-emoticon-:#:{
  var %em =].=[.=D.=0.=|.=3.=F.=x, %ffs $gettok(%em,$r(1,8),46)
  inc $+(%,emoticon,%ffs)
  describe # 1,0randomly picks a emotion...
  .timer 1 1 msg # 0,1 $+ %ffs
  .timer 1 2 msg # 1,0You are number $($+(%,emoticon,%ffs),2) to see this emoticon.
}

dull
Comments: 9
 
mIRC Snippet:  Random emoticon
Posted on Apr 29, 2008 4:11 am
okay, thanks for the tip!

Please Register or Login to start posting comments.
Bottom