irccat icon indicating copy to clipboard operation
irccat copied to clipboard

Adding login forwarding via config

Open jcutler opened this issue 11 years ago • 2 comments

This is a second attempt at https://github.com/RJ/irccat/pull/11

Added code to send "login" (the users ident) to the command handler. We needed this to be able to compare the user's ident on a private IRC server.

This can be enabled by including this in the config xml:

<fields>
    <includelogin>true</includelogin>
</fields>

Without this setting in the config, it should be backwards compatible.

jcutler avatar Jul 03 '13 18:07 jcutler