.msg yourircnick message goes here
that it will private message "yourircnick" with "message goes here"
currently this is what I have:
Code: Select all
bind pub - .msg cmd:msgper
proc cmd:msgper {nick host hand chan text} {
putquick "PRIVMSG $text"
}
but that will message the person with only the last letter of the message