diff options
Diffstat (limited to 'appl/cmd/styxchat.b')
| -rw-r--r-- | appl/cmd/styxchat.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/styxchat.b b/appl/cmd/styxchat.b index f0b1f2c5..f66b49fe 100644 --- a/appl/cmd/styxchat.b +++ b/appl/cmd/styxchat.b @@ -111,7 +111,7 @@ netmkaddr(addr, net, svc: string): string { if(net == nil) net = "net"; - (n, l) := sys->tokenize(addr, "!"); + (n, nil) := sys->tokenize(addr, "!"); if(n <= 1){ if(svc== nil) return sys->sprint("%s!%s", net, addr); |
