Code: Select all
set bind pub - !gather pwf_gather
proc pwf_gather { nick uhost handle channel arg } {
putquick "privmsg #channel :$nick said $arg"
}
Code: Select all
set bind pub - !gather pwf_gather
proc pwf_gather { nick uhost handle channel arg } {
putquick "privmsg #channel :$nick said $arg"
}