Yes, this is quite simple to fix - it even tells you what's wrong in that error message. Because the away module stores messages sent to you and saves them, it likes to be secure and store them in an encrypted file. To do this it needs you to set a keyphrase (password) which it used to encrypt the data.
So to fix this, in your znc.conf file you should have the following line in with all your other LoadModule lines: LoadModule = away This is missing the passphrase argument. The passphrase can be anything, and passwords are always best if they are random and hard to guess; a good example of what it might actually look like in your config would be: LoadModule = away TJD7JwDewbhBfsNTGewg As you can see you just need a space after "away" and then your passphrase. I hope this makes sense... -- the znc away module crashes znc on startup https://bugs.launchpad.net/bugs/584363 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
