Home
last modified time | relevance | path

Searched refs:msgchannel (Results 1 – 1 of 1) sorted by relevance

/titanic_52/usr/src/cmd/ast/libshell/common/scripts/
H A Dshircbot.sh157 typeset msgchannel="${line/~(Elr)([^ ]+) ([^ ]+) ([^ ]+) (.*)/\3}"
183 typeset msgchannel="${args.msgchannel}"
186 printf "#privms: user=%q, channel=%q, msg=%q\n" "$msguser" "$msgchannel" "$msg"
323 typeset msgchannel="${args.msgchannel}"
326 printf "#message: user=%q, channel=%q, msg=%q\n" "$msguser" "$msgchannel" "$msg"
329 if [[ "${msgchannel}" == "${_.nick}" ]] ; then
330 # ${msgchannel} point to our own nick if we got a private message,
332 # it into msgchannel
[all...]