I want to be able to change the cmd symbol but how do i add that to the Var ive tried
bind pub -|- "$cmdsymbol help" help
bind pub -|- [$cmdsymbol help] help
And others but no luck
### VARS
set cmdsymbol "!"
### BINDS
bind pub -|- !help help
### Help
proc help {nick host handle chan} {
global cmdsymbol
puthelp "NOTICE $nick :Commands available are:"
puthelp "NOTICE $nick :$cmdsymbol PATime"
}
Also if u know how to put text right next to a var! Trying to put $cmdsymbol and PATime together.
Thanks,
Jas0n