-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for broken line endings for most files
Restored all files to original format from latest official release.
- Loading branch information
1 parent
7e952ca
commit 93296ba
Showing
18 changed files
with
999 additions
and
999 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2015 Manuel | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
|
||
The MIT License (MIT) | ||
Copyright (c) 2015 Manuel | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# nbs-irc | ||
Fork of latest nbs-irc code to add support for various modern [mIRC](http://www.mirc.co.uk/) features. | ||
This is based off nbs-irc v2.39-110803 (about box lists it as build 120128), downloadable from [nbs-irc.net](http://nbs-irc.net/). A copy of the latest official installers are provided at the [releases section](https://github.com/ElectronicWar/nbs-irc/releases) in case the original homepage goes down. | ||
|
||
nbs-irc is copyright (c) the original authors and contributors. | ||
|
||
Changes are copyright (c) 2015 Manuel Kröber and | ||
licensed under the MIT license, see LICENSE. | ||
|
||
## Improvements | ||
* Full support for ZNC 1.5+ playback buffer timestamps (IRCv3 server-time extension) | ||
* Support for latest mIRC, starting at 7.33 | ||
|
||
## Requirements | ||
mIRC 7.33 or newer is required. | ||
|
||
## Contributions | ||
Please report problems, bugs, improvements or features by opening a [Github Issue](https://github.com/ElectronicWar/nbs-irc/issues). | ||
|
||
Code contributions are accepted via pull requests. Please use the latest official mIRC release for development and include required minimal version for your changes if you tap into newer APIs. Thank you! | ||
# nbs-irc | ||
Fork of latest nbs-irc code to add support for various modern [mIRC](http://www.mirc.co.uk/) features. | ||
This is based off nbs-irc v2.39-110803 (about box lists it as build 120128), downloadable from [nbs-irc.net](http://nbs-irc.net/). A copy of the latest official installers are provided at the [releases section](https://github.com/ElectronicWar/nbs-irc/releases) in case the original homepage goes down. | ||
|
||
nbs-irc is copyright (c) the original authors and contributors. | ||
|
||
Changes are copyright (c) 2015 Manuel Kröber and | ||
licensed under the MIT license, see LICENSE. | ||
|
||
## Improvements | ||
* Full support for ZNC 1.5+ playback buffer timestamps (IRCv3 server-time extension) | ||
* Support for latest mIRC, starting at 7.33 | ||
|
||
## Requirements | ||
mIRC 7.33 or newer is required. | ||
|
||
## Contributions | ||
Please report problems, bugs, improvements or features by opening a [Github Issue](https://github.com/ElectronicWar/nbs-irc/issues). | ||
|
||
Code contributions are accepted via pull requests. Please use the latest official mIRC release for development and include required minimal version for your changes if you tap into newer APIs. Thank you! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
on *:load:{ | ||
unset %f | ||
var %m = $chr(59) you can put your own q here, this file will not be overwritten when updating nbs-irc. | ||
if (!$exists(scripts\a-own.nbs)) .write scripts\a-own.nbs $replace(%m,q,aliases) | ||
.load -a scripts\a-own.nbs | ||
n.checkscript alias1.nbs -a | ||
n.checkscript alias2.nbs -a | ||
n.checkscript alias3.nbs -a | ||
if (!$exists(scripts\r-own.nbs)) .write scripts\r-own.nbs $replace(%m,q,scripts) | ||
.load -rs1 scripts\r-own.nbs | ||
n.checkscript main.nbs -rs | ||
if (!$tname) .theme cold | ||
if (!%f) .echo -qg $input(Repair appears to be successfull $+ $chr(44) restart may be required,o) | ||
.unload -rs fix | ||
} | ||
alias -l n.checkscript { | ||
if ($2 == -a) && (!$alias($1)) || ($2 == -rs) && (!$script($1)) { | ||
if ($exists(scripts\ $+ $1)) { | ||
.load [ $2 ] scripts\ $+ $1 | ||
} | ||
else { | ||
if ($dialog(strt)) dialog -x strt | ||
set %f 1 | ||
var %a = -age 4,4 $str(W,54) | ||
echo %a | ||
echo -ag * Error: file $mircdirscripts\ $+ $1 is missing, Replace the file and restart nbs or reinstall an update/full version. | ||
echo -ag * Note: installing updates will keep all settings, full reinstall will only keep nbs settings. | ||
echo %a | ||
} | ||
} | ||
} | ||
on *:load:{ | ||
unset %f | ||
var %m = $chr(59) you can put your own q here, this file will not be overwritten when updating nbs-irc. | ||
if (!$exists(scripts\a-own.nbs)) .write scripts\a-own.nbs $replace(%m,q,aliases) | ||
.load -a scripts\a-own.nbs | ||
n.checkscript alias1.nbs -a | ||
n.checkscript alias2.nbs -a | ||
n.checkscript alias3.nbs -a | ||
if (!$exists(scripts\r-own.nbs)) .write scripts\r-own.nbs $replace(%m,q,scripts) | ||
.load -rs1 scripts\r-own.nbs | ||
n.checkscript main.nbs -rs | ||
if (!$tname) .theme cold | ||
if (!%f) .echo -qg $input(Repair appears to be successfull $+ $chr(44) restart may be required,o) | ||
.unload -rs fix | ||
} | ||
alias -l n.checkscript { | ||
if ($2 == -a) && (!$alias($1)) || ($2 == -rs) && (!$script($1)) { | ||
if ($exists(scripts\ $+ $1)) { | ||
.load [ $2 ] scripts\ $+ $1 | ||
} | ||
else { | ||
if ($dialog(strt)) dialog -x strt | ||
set %f 1 | ||
var %a = -age 4,4 $str(W,54) | ||
echo %a | ||
echo -ag * Error: file $mircdirscripts\ $+ $1 is missing, Replace the file and restart nbs or reinstall an update/full version. | ||
echo -ag * Note: installing updates will keep all settings, full reinstall will only keep nbs settings. | ||
echo %a | ||
} | ||
} | ||
} |
Oops, something went wrong.