# The string matched by the last successful pattern match in this scope, or nil if the last pattern match failed. (Mnemonic: like & in some editors.) This variable is r
- command = "BC"
- network = $2
- freqname = $3
- source = $4
- nickname = $5
- text = $6
+ network = $1
+ freqname = $2
+ source = $3
+ nickname = $4
+ text = $5
if not network =~ /^(QWalt)|(QDEV)/
put_log "SYS Network name #{network} is unknown: QWalt or QDEV allowed."