Plugin list

NickAuth

This plugin allows users to use their network services account to authenticate to the bot. They first have to use ``@nickauth nick add `` while identified to the bot, and then use ``@auth`` when they want to identify to the bot.

Command Help
authNickAuth auth takes no argument
Tries to authenticate you using network services. If you get no reply, it means you are not authenticated to network services.
nick addNickAuth nick add [<network>] [<bot username>] <account>
Add <account> to the list of network services accounts owned by <bot username> on <network>. <bot username> is only required if you are not already logged in to Limnoria. <network> defaults to the current network.
nick listNickAuth nick list [<network>] [<bot username>]
Lists services accounts registered to <bot username> on the network, or your own bot account if no username is given. <network> defaults to the current network.
nick removeNickAuth nick remove [<network>] [<bot username>] <account>
Remove <account> from the list of network services accounts owned by <bot username> on <network>. <bot username> is only required if you are not already logged in to Limnoria. <network> defaults to the current network.