diff options
| author | 2016-02-09 00:07:25 -0700 | |
|---|---|---|
| committer | 2016-02-09 00:07:25 -0700 | |
| commit | e3bc4466116494dc8c008b9dde0c729ee5b72003 (patch) | |
| tree | f168f0dab212fb7d9aa4e2dd5cc13d26f82ae125 /meta.pl | |
| parent | 6a81945a4e53319c27fa3b3e72f7ddc7c36d5d95 (diff) | |
Stash an account to nick mapping
Diffstat (limited to 'meta.pl')
| -rwxr-xr-x | meta.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ $::pendingsync = 0; %::watchRegged = (); $::lastline = ""; %::sn = (); %::sc = (); tie %::sc, 'Tie::CPHash'; tie %::sn, 'Tie::CPHash'; +%::sa = (); tie %::sa, 'Tie::CPHash'; $SIG{__WARN__} = sub { $Data::Dumper::Useqq=1; |
