shithub: riscv

Download patch

ref: 48c5cf1f11fb6b8b620e5ed9269a528b5f6633f4
parent: 3805e56edc4f1f0f7426f9cf7278e18405ae66c4
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Thu Feb 12 13:40:20 EST 2015

ircrc: dont require nick and user to be the same for auth/userpasswd (thanks spew)

--- a/rc/bin/ircrc
+++ b/rc/bin/ircrc
@@ -228,7 +228,7 @@
 
 title
 userpass=`{auth/userpasswd 'server='^$server^' service=irc user='^$nick >[2]/dev/null}
-if(~ $#userpass 2 && ~ $nick $user) {
+if(~ $#userpass 2) {
 	nick=$userpass(1)
 	pass=$userpass(2)
 }