You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dlFilter.mrc
+49-3Lines changed: 49 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@ dlFilter uses the following code from other people:
42
42
/* CHANGE LOG
43
43
44
44
Immediate TODO
45
-
Write code to identify mIRC options.
46
45
On start / load ensure that Options / Sounds / Requests is not set (since it misdirects triggers). (Need an option to disable this.)
47
46
Test location and filename for oNotice log files
48
47
Be smarter about matching nicks responding to file requests with triggers when they don't quite match.
@@ -108,6 +107,7 @@ dlFilter uses the following code from other people:
108
107
Add support for /MSG nick XDCC SEND as a file request.
109
108
Close filter window now closes / hides (depending on keep in background) all Filter / FilterSearch windows.
110
109
Options dialog is now associated with active window's connection so show of Filter / Ads makes correct window active.
110
+
On start / load warn user if "Options/Sounds/Requests/Send '!nick file' as Private Message" is checked (since it misdirects triggers).
111
111
112
112
*/
113
113
@@ -249,6 +249,7 @@ alias -l DLF.Initialise {
249
249
DLF.Ops.AdvertsEnable
250
250
var%ver$DLF.mIRCversion
251
251
if (%ver!=0) DLF.Error dlFilter requires %ver$+ +. dlFilter disabled until mIRC is updated.
252
+
if ($sendPlingNickAsPrivate) DLF.Warning You have $qt(Options/Sounds/Requests/Send '!nick file' as Private Message) checked - if you are using dlFilter in a channel which uses ! as a trigger character, you should uncheck this mIRC option.
252
253
}
253
254
254
255
; If user manually unloads, do clean-up
@@ -5438,12 +5439,12 @@ alias -l DLF.CreateHashTables {
5438
5439
; ========== Status and error messages ==========
5439
5440
alias-lDLF.logoreturn$rev([dlFilter])
5440
5441
alias-lDLF.StatusAll {
5441
-
var%m$c(1,9,$DLF.logo$1-)
5442
+
var%m$DLF.logo$c(1,9,$1-)
5442
5443
scon-a echo -ti2nbfs%m
5443
5444
if (($window($active).type!isin status custom listbox) || ($left($active,2) == @#)) echo-ti2na%m
0 commit comments