Hi I'm making a script to fetch some data from my Mysql DB and putt it into a certain channel. Im using eggdrop 1.6.17 with mysql.mod. This is the script.. proc sql_gpcs03 { nick uhost handle channel arg } { global sql_channel if { $sql_channel == $channel } { mysql_connect database host user passwo...