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 an old revision of this page, as edited by imported>Mike the Great at 21:15, 18 July 2012. It may differ significantly from the current revision.
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()
    }
  }
}