]> git.lizzy.rs Git - plan9front.git/blobdiff - rc/bin/ircrc
games/doom: fix unterminated comment causing sound bugs (from qu7uux)
[plan9front.git] / rc / bin / ircrc
index b0de9bc8a10a42470f23f794b9e63c0a88251325..0a23ca02dfbd4efceda764b1d3d14e7a3c54deb8 100755 (executable)
@@ -6,7 +6,6 @@ server=irc.freenode.net
 port=6667
 realname='<nil>'
 target=''
-clonefile=/net/tcp/clone
 netdir=()
 nick=$user
 pass=()
@@ -228,7 +227,7 @@ if (~ $#* 1) {
 
 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)
 }