Man
2004-07-07 20:41:31 UTC
I was wondering if someone could help me understand how to write a
script which will popup a dialog for me when someone types matched
text and copies the entire text into the dialog...This way if someone
addresses my nick (outside of private chat) it will be sent to this
dialog..
I made an attempt which doesn't seem to work:
;open a dialog with the text typed directly to me
on 1:TEXT:*:#: if ($me isin $1) {question}
dialog question {
title "Question"
text $1
}
Any help would be appreciated!!
thx!
script which will popup a dialog for me when someone types matched
text and copies the entire text into the dialog...This way if someone
addresses my nick (outside of private chat) it will be sent to this
dialog..
I made an attempt which doesn't seem to work:
;open a dialog with the text typed directly to me
on 1:TEXT:*:#: if ($me isin $1) {question}
dialog question {
title "Question"
text $1
}
Any help would be appreciated!!
thx!