View Single Post
Old 03-11-2004, 03:45 AM  
fobban
Senior Member
 
Join Date: Jan 2003
Posts: 186
Default

I'm no TCL-scripter but i would guess it should be something like this

Code:
bind pub - !sitebla pub_sitebla

proc pub_sitebla {nick uhost hand chan args} {
	puthelp "PRIVMSG $chan :blablabla"
}
fobban is offline   Reply With Quote