ircrc: fix spurious autojoin
This commit is contained in:
parent
324ab59b08
commit
68537b7e96
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ fn work {
|
|||
echo NICK $nick > $netdir/data
|
||||
if (~ $#pass 1)
|
||||
echo PRIVMSG 'nickserv :'identify $"pass > $netdir/data
|
||||
if(~ $#target 1){
|
||||
if(! ~ $target ''){
|
||||
title
|
||||
echo JOIN $target > $netdir/data
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue