Registration has been disabled and the moderation extension has been turned off.
Contact an admin on Discord or EDF if you want an account. Also fuck bots.

User:Mike the Great/stfu.pl

From Encyclopedia Dramatica
This is the current revision of this page, as edited by imported>Mike the Great at 21:15, 18 July 2012. The present address (URL) is a permanent link to this version.
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Irssi::signal_add 'message public', 'sig_message_public';

sub sig_message_public {
  my ($server, $msg, $nick, $nick_addr, $target) = @_;
  if ($target =~ m/(?:ed-logging)/i) {  
    if ($msg =~ m/Special:Log\/Patrol/i) {
      Irssi::signal_stop()
    }
  }
}