mirror of
https://github.com/znc/znc.git
synced 2026-05-10 07:14:43 +02:00
c216c94696
When it was renamed, it already was a network module, and IRCNetwork got a check for away module. But users of 0.206 and earlier have this module loaded as user module, they even can't have networks at all, so the renaming didn't go smooth for them :( It's broken in 1.0 already anyway, but users who skip 1.0 and upgrade from older version to 1.2+ directly will be happier. Thanks to Ammler (Marcel Gmür) for reporting it.