# Pidgin compatibility script by mback2k # This script sends fake information to the client which allows Pidgin users to connect. # Tested with 1.2 internalbind attach pidgin:login proc pidgin:login {client} { global botnick botname version uptime putclient ":shroudbnc.info 001 $botnick :Welcome to shroudBNC, $botname" putclient ":shroudbnc.info 002 $botnick :Your host is shroudbnc.info, running version $version" putclient ":shroudbnc.info 003 $botnick :This server was created $uptime" putclient ":shroudbnc.info 251 $botnick :There are 1 users and 1 services on 1 servers" }