Jokes
+ 0 likes
Please Register to submit score.
| Average Score | 1.0 |
| Scores Submitted | 1 |
| Date Added | May 23, 2007 |
| Last Updated | May 23, 2007 |
Introduction
mIRC Snippet:
Jokes
Posted on May 23, 2007 5:57 pm
Posted on May 23, 2007 5:57 pm
The content can be considered offensive. It might have been easier to have a random joke set added to a joke.txt (for example), then on text 'joke' read joke.txt randomly. Otherwise there is little of value to this coding other than the possibly of really offending someone.
mIRC Snippet:
Jokes
Posted on Jun 26, 2007 9:08 pm
Posted on Jun 26, 2007 9:08 pm
I know an easier way you could of done this script.
on *:TEXT:!blonde*:#:{
var %blonde = $rand(1,23)
if (%blonde == 1) .timer 1 2 msg $chan hat do you call a blonde with a dollar bill on her head? [ All you can eat under a buck. ]
if (%blonde == 2) .timer 1 2 msg $chan Why is a blonde like a hardware store? [ They are both 10¢ a screw! ]
And to add more just add if (%blonde == #) .timer 1 2 msg $chan
Other than that its not bad.
on *:TEXT:!blonde*:#:{
var %blonde = $rand(1,23)
if (%blonde == 1) .timer 1 2 msg $chan hat do you call a blonde with a dollar bill on her head? [ All you can eat under a buck. ]
if (%blonde == 2) .timer 1 2 msg $chan Why is a blonde like a hardware store? [ They are both 10¢ a screw! ]
And to add more just add if (%blonde == #) .timer 1 2 msg $chan
Other than that its not bad.








