-.-Quote V1.0 VIA Bot-.-
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 8.6 (of 5 scores) |
| Date Added | Jul 18, 2004 |
| Last Updated | Sep 04, 2008 |
Description
Ok another bot script...Here is how it works...users can post quotes and then u can review quotes...easy...if you load it the system will echo the commands in the active window
Enjoy :)
Enjoy :)
mIRC Snippet:
-.-Quote V1.0 VIA Bot-.-
Posted on Jul 23, 2008 6:25 am
Posted on Jul 23, 2008 6:25 am
Nice job, 9/10
mIRC Snippet:
-.-Quote V1.0 VIA Bot-.-
Posted on Jul 23, 2008 9:24 am
Posted on Jul 23, 2008 9:24 am
Very Nice
mIRC Snippet:
-.-Quote V1.0 VIA Bot-.-
Posted on Nov 3, 2009 9:51 am
Posted on Nov 3, 2009 9:51 am
Nice Job 9/10
mIRC Snippet:
-.-Quote V1.0 VIA Bot-.-
Posted on Nov 3, 2009 4:06 pm
Posted on Nov 3, 2009 4:06 pm
a few things could be shortend
Could be
This could be set to the var command so you dont have to unset them after, and when unsetting variables that start the same, unset sl.* works.
And finally
no need for the else, just end it off.
| Code: |
if (%sl.qra == $null) { msg $chan 10,0Random quote 6# $+ %sl.qr 10 $+ %sl.qra } |
Could be
| Code: |
if (!$sl.qra) msg $chan 10,0Random quote 6# $+ %sl.qr 10 $+ %sl.qra |
| Code: |
set %sl.qr $rand(1,$lines(quote.txt)) set %sl.qra $read(quote.txt, %sl.qr) |
This could be set to the var command so you dont have to unset them after, and when unsetting variables that start the same, unset sl.* works.
And finally
| Code: |
else { halt } } |
no need for the else, just end it off.







