Skip to content

Commit

Permalink
link !windows to cygwin instructions
Browse files Browse the repository at this point in the history
It appears that the unofficial ZNC for Windows is dead and that is
probably the nearest equivalent.

Closes #10
  • Loading branch information
Mikaela committed Aug 23, 2015
1 parent 1cff538 commit bd74b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion znclinker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ sub OnChanMsg {
$self->put_chan($chan=>"$to, ZNC is free software. Just install and use it. If you wanted a free BNC account instead, go somewhere else. http://wiki.znc.in/Providers may be a good start.");
}
if ($what=~/^!win/) {
$self->put_chan($chan=>'ZNC for Windows: http://code.google.com/p/znc-msvc/wiki/WikiStart?tm=6');
$self->put_chan($chan=>'Installing ZNC on Windows: http://wiki.znc.in/Installation#Cygwin');
}
if ($what eq '!help') {
$self->put_chan($chan=>'Need any help?');
Expand Down

0 comments on commit bd74b0f

Please sign in to comment.