# 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"
}
 
en/1.2/userscripts/pidgin.tcl.txt · Last modified: 2011/08/27 15:15 (external edit)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki