| BladeIRC | Aug 16, 2007 6:46PM |
| Rating: 6After investigating the !removequote issue in the code line with a lil help from a great mate of mine Estranged, heres a simple fix..........
Find this line in the .mrc...............if (($1 == !removequote) && ($istok(,$nick,32))) { $quote.rem($nick,$2) | return }
Remove the first bracket from (($1 == !removequote) .so its ($1 == !removequote) .and remove && ($istok(,$nick,32))) completely.
Make sure you have the triggers to match EG: alias -l quote.triggers { return !quote !findquote !addquote !totalquotes !removequote } '!removequote was
!removequotes ......... it didnt work b4 we changed that.
The only other bug we found when we did this, was if you have no quotes in the database and it will still say you removed one.
"
[Fri:8:54:44:am] <~Blade> !rquote 1
[Fri:8:54:45:am] -Info-Bot- [Quote Removed] Quote Number 1 was removed!
[Fri:8:54:49:am] <~Blade> removed 1
[Fri:8:55:02:am] <~Estranged> funny, because there wasnt any in there to remove
"
Its a bug we can live with!! Top script, got my vote!! Cheers
BladeIRCText edited by author on Aug 16, 2007 @ 6:47PM |
|