We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c213932 commit 9802676Copy full SHA for 9802676
modules/GanneffServ.rb
@@ -326,7 +326,7 @@ def BADSERV(client, parv = [])
326
debug(LOG_DEBUG, "#{client.name} called BADSERV and the parms are #{parv.join(",")}")
327
server = parv[1].downcase
328
329
- if server =~ /.*\.oftc.net$/
+ if server =~ /.*\.oftc\.net$/
330
debug(LOG_DEBUG, "#{server} seems to be an oftc server, proceeding")
331
@badserver = server
332
reply(client, "#{server} is now marked as a bad server, all new connections will be killed")
0 commit comments