Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libshell/common/scripts/
H A Dshircbot.sh156 typeset msguser="${line/~(Elr)([^ ]+) ([^ ]+) ([^ ]+) (.*)/\1}"
182 typeset msguser="${args.msguser}"
186 printf "#privms: user=%q, channel=%q, msg=%q\n" "$msguser" "$msgchannel" "$msg"
322 typeset msguser="${args.msguser}"
326 printf "#message: user=%q, channel=%q, msg=%q\n" "$msguser" "$msgchannel" "$msg"
354 typeset exitkey="$(print "$msguser" | sum -x sha1)" # this is unwise&&insecure
390 print "%(%Y%M%D%S%N)T$((RANDOM))%s\n" "${msguser}" | sum -x sha256
/titanic_51/usr/src/cmd/ast/libshell/common/scripts/
H A Dshircbot.sh156 typeset msguser="${line/~(Elr)([^ ]+) ([^ ]+) ([^ ]+) (.*)/\1}"
182 typeset msguser="${args.msguser}"
186 printf "#privms: user=%q, channel=%q, msg=%q\n" "$msguser" "$msgchannel" "$msg"
322 typeset msguser="${args.msguser}"
326 printf "#message: user=%q, channel=%q, msg=%q\n" "$msguser" "$msgchannel" "$msg"
331 # we need to extract the sender's nickname from ${msguser} and put
333 msgchannel="${msguser/~(El):(.*)!.*/\1}"
354 typeset exitkey="$(print "$msguser" | su
[all...]