Hi!

Im trying to get this to work but it doesnt want to auto identify.

In my irssi-config:

servers = (
{
address = "im.bitlbee.org";
chatnet = "bitlbee";
port = "6667";
use_ssl = "no";
ssl_verify = "no";
autoconnect = "yes";
nick = "Pontus";
autosendcmd = "/^msg identify PASSWORD;


Does anyone know whats wrong?