Actually found this script on the forum bind pub o !exec doexec proc doexec {nick uhost hand chan text} { puthelp "privmsg $chan :Shell command results:" foreach line [split [eval exec $text] \n] { puthelp "privmsg $chan :$line" } return 1 } Now how can I modify this so like !exe...