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
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -123,11 +123,13 @@ dlFilter uses the following code from other people:
123
123
124
124
2.09 Fix error when DLF is being advertised by a channel op.
125
125
Fix 2 errors reporting spam from another user to channel ops.
126
+
Include web version in channel advertising and show received adverts if current version does not match
127
+
Fix auto-accept of @search results where search includes an apostrophe
126
128
127
129
*/
128
130
129
131
; Increase this when you have sufficient changes to justify a release
130
-
; When you want to trigger updates for existing users, change the version file.an
132
+
; When you want to trigger updates for existing users, change the version file.
131
133
alias-lDLF.SetVersion {
132
134
%DLF.version = 2.08
133
135
return%DLF.version
@@ -1293,7 +1295,7 @@ alias -l DLF.Chan.ctcpBlock {
1293
1295
; TODO - limit frequency of warnings about a specific user and send oNotice after a random period with cancel if reported by another DLF instance.
1294
1296
alias-lDLF.Chan.SpamFilter {
1295
1297
if ($DLF.Options.IsOp&& (%DLF.opwarning.spamchan==1) && ($meisop$chan)) {
1296
-
var%msg$c(4,15,Channel spam from $nick$br($address($nick,5)) $+ : $q($1-))
1298
+
var%msg$c(4,15,Channel spam from $nick$br($address($nick,5)) $+ : $qt($1-))
1297
1299
.notice @ $+$chan$DLF.logo%msg
1298
1300
DLF.Win.Echo Filter Blocked $chan$nick%msg
1299
1301
}
@@ -1715,7 +1717,7 @@ alias -l DLF.Ops.AdvertChanNet {
1715
1717
continue
1716
1718
}
1717
1719
if (($DLF.Chan.IsDlfChan(%c,$false),$asc($comma)) && ($meisop%c)) {
1718
-
var%msg$c(1,9,$DLF.logo Are the responses to your requests getting lost in the crowd? Are your @find responses spread about? If you are using mIRC as your IRC client, then download dlFilter from $u($c(2,https://github.com/DukeLupus/dlFilter/)) and make your time in %c less stressful.)
1720
+
var%msg$c(1,9,$DLF.logo Are the responses to your requests getting lost in the crowd? Are your @find responses spread about? If you are using mIRC as your IRC client, then download dlFilter version %DLF.version.webfrom $u($c(2,https://github.com/DukeLupus/dlFilter/)) and make your time in %c less stressful.)
1719
1721
if (%DLF.ops.advertchan.filter==1) {
1720
1722
.msg%c%msg
1721
1723
DLF.Win.Log Filter text %c$me%msg
@@ -1881,8 +1883,9 @@ alias -l DLF.DccSend.Request {
0 commit comments