- Portals
- The Current Year
- ED in the News
- Admins
- Help ED Rebuild
- Archive
- ED Bookmarklet
- Donate Bitcoin
Contact an admin on Discord or EDF if you want an account. Also fuck bots.
User:Mike the Great/stfu.pl: Difference between revisions
Jump to navigation
Jump to search
imported>Mike the Great Created page with "<pre>Irssi::signal_add 'message public', 'sig_message_public'; sub sig_message_public { my ($server, $msg, $nick, $nick_addr, $target) = @_; if ($target =~ m/(?:ed-logging)/..." |
imported>Mike the Great Created page with "<pre>Irssi::signal_add 'message public', 'sig_message_public'; sub sig_message_public { my ($server, $msg, $nick, $nick_addr, $target) = @_; if ($target =~ m/(?:ed-logging)/..." |
(No difference)
|
Latest revision as of 21:15, 18 July 2012
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() } } }