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
|
echo NICK $nick > $netdir/data
|
||||||
if (~ $#pass 1)
|
if (~ $#pass 1)
|
||||||
echo PRIVMSG 'nickserv :'identify $"pass > $netdir/data
|
echo PRIVMSG 'nickserv :'identify $"pass > $netdir/data
|
||||||
if(~ $#target 1){
|
if(! ~ $target ''){
|
||||||
title
|
title
|
||||||
echo JOIN $target > $netdir/data
|
echo JOIN $target > $netdir/data
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue