I use:
Code: Select all
mysqlsel $MySql "SELECT Reply FROM `$table` WHERE Text LIKE '$text'" -list
$text is the thing that the users can type themself.
Then I have another problem that i tought i would post in the same topic...
I need a command that takes all chars etc and that can be split into two like
Code: Select all
!moo "hello hello" "hello \" moo"
Code: Select all
hello hello
Code: Select all
hello " moo