summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-03-19automatic scripts database update for 44e2232350900548809adb9908745ed4a0647febIrssi Scripts Helper
[skip ci]
2017-03-19Merge pull request #375 from bw1/topicsedailin-nemui
[topicsed] a small correction
2017-03-18[topicsed] a small correctionbw1
2017-03-17automatic scripts database update for 55a800ac4889543fd56adabbe335a232bff404a4Irssi Scripts Helper
[skip ci]
2017-03-17Merge pull request #363 from bw1/hitcountailin-nemui
[hitcount] re arrange the script
2017-03-17[hitcount] format changebw1
2017-03-17[hitcount] unloadbw1
2017-03-17[hitcount] refresh_tagbw1
2017-03-17[hitcount] re arrange the scriptbw1
2017-03-17automatic scripts database update for 0949ff4df513d38d40f7895bf1bbddbbbbd3316cIrssi Scripts Helper
[skip ci]
2017-03-17Merge pull request #370 from bw1/hddtempailin-nemui
[hddtemp] a small correction
2017-03-17[hddtemp] a small correctionbw1
2017-03-16automatic scripts database update for 011c7e0ba2c943ab0e73b4ad90599c735a4f1e4fIrssi Scripts Helper
[skip ci]
2017-03-16Merge pull request #369 from bw1/quizgrailin-nemui
[quizgr] a small correction
2017-03-16[quizgr] a small correctionbw1
2017-03-15automatic scripts database update for 2311224e817d539f09928e070a5fe67bd12b5c32Irssi Scripts Helper
[skip ci]
2017-03-15Merge pull request #368 from bw1/randawayailin-nemui
[randaway] a small correction
2017-03-15[randaway] a small correctionbw1
2017-03-14automatic scripts database update for 7653befcf57e66cf78dd9216d31619e362805796Irssi Scripts Helper
[skip ci]
2017-03-15fix small bug with empty commandsAilin Nemui
2017-03-14automatic scripts database update for 43ec4348ea43312073cd48312278812b63e4f850Irssi Scripts Helper
[skip ci]
2017-03-14autocommit script commandsAilin Nemui
2017-03-14throw error in case of failureAilin Nemui
2017-03-13automatic scripts database update for 08f326abcf4e5ac7103de849ff8bda55a4f25994Irssi Scripts Helper
[skip ci]
2017-03-13Merge pull request #365 from bw1/page-c0ffeeailin-nemui
[page-c0ffee] a small correction
2017-03-12[page-c0ffee] a small correctionbw1
2017-03-11automatic scripts database update for 4fbec074fa19e3f807334ac7dce68c485b110f42Irssi Scripts Helper
[skip ci]
2017-03-11Merge pull request #364 from wilkowy/iquizailin-nemui
Update iQuiz to new version.
2017-03-11Update script to new version.wilk
- added optional automatic hints - made /quiz or /help quiz commands to show only options for selected quiz type (the list was too wide to comprehend) - !podp no longer shows already revealed hint/answer - script informs player about achieving point limit in 50%+1 mode - team order is sorted by join time (Familiada) - option to reset/keep team players in their teams (aside of individual points) (Familiada) - some minor fixes
2017-03-11Merge pull request #3 from wilkowy/masterwilk
Resync with master.
2017-03-11Merge pull request #2 from irssi/masterwilk
Resync with main repository.
2017-03-07automatic scripts database update for f6dd87b5a73bc2e72f323116f7d14b900d5903feIrssi Scripts Helper
[skip ci]
2017-03-07Merge pull request #362 from bw1/colorkickailin-nemui
[colorkick] declare $VERSION %IRSSI
2017-03-07[colorkick] fix bug == with eqbw1
2017-03-07automatic scripts database update for 9a4868007cb9167693220e1090acc7eebac848b5Irssi Scripts Helper
[skip ci]
2017-03-07Merge pull request #361 from bw1/pagerailin-nemui
[pager] declaration $VERSION %IRSSI
2017-03-07[colorkick] declare $VERSION %IRSSIbw1
2017-03-06automatic scripts database update for 3120be4431f9169291416f96def63fc743c226c2Irssi Scripts Helper
[skip ci]
2017-03-06Merge pull request #360 from bw1/translitailin-nemui
translit
2017-03-06automatic scripts database update for 3c41230d022c3a258d32784466cb1e9d61dc5e30Irssi Scripts Helper
[skip ci]
2017-03-06Merge pull request #359 from bw1/dccselfailin-nemui
dccself
2017-03-06[pager] declaration $VERSION %IRSSIbw1
2017-03-06translitbw1
delete translit from whitelist
2017-03-06dccselfbw1
delete dccself from the whitelist
2017-03-05translitbw1
add $VERSION
2017-03-05dccselfbw1
add $VERSION
2017-02-24Show instructions for using scriptassist insteadAilin Nemui
[skip ci]
2017-02-23automatic scripts database update for ce3fc7f78032e872a58fb7badff241f6bc94a0aeIrssi Scripts Helper
[skip ci]
2017-02-23Merge pull request #355 from madduck/ctrlact-fix_cmd_query_netmatchailin-nemui
[ctrlact] Fix network matching for query subcommand
2017-02-24Loosen version check on data file readmartin f. krafft
The versioning of the data file allows for making changes to the format, but if the script version increases without the data file-format being changed, things are expected to work as before, and thus there ought not be an error spouted. Let's only use the versioning to patch up handling for formats of the past. Signed-off-by: martin f. krafft <madduck@madduck.net>