#Ace and #AceStats and not #AceBots
heres the command i have
Code: Select all
proc search_info { nick host handle channel text} {
global db_handle
global maxresults
if {$text == ""} {
putquick "PRIVMSG $channel : Use: !stats <stats> to search"
return 0
}
ON THIS LINE IS WHERE THE COMMAND SEARCHS MYSQL
putquick "PRIVMSG $channel : Stats :: $stats"
} else {
putquick "PRIVMSG $channel : No matches found in Database"
}