Yo Momma Jokes
Platform: mIRC
Published Jun 03, 2009
Updated Jun 03, 2009
Uses a simple !yomomma cmd to let a bot tell random Yo Momma jokes (262 in total)
This is my first snippet tbh and i hope you like it ^_^
Setup:
1.In mIRC type:
1.a)/write yomomma.txt
1.b)/run yomomma.txt
2. C+P all the text from here:
http://paste2.org/p/243437 and save it.
3. Paste the snippet in a new Remote and save it.
4. Enjoy
on *:text:!yomomma*:#:{ .msg $chan $iif(($2 isnum 1- $+ $lines(yomomma.txt)),$read(yomomma.txt,$2),$read(yomomma.txt)) }