MediaWiki REL1_35
IRCLineURLHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
11interface IRCLineURLHook {
23 public function onIRCLineURL( &$url, &$query, $rc );
24}
Utility class for creating new RC entries.
onIRCLineURL(&$url, &$query, $rc)
This hook is called when constructing the URL to use in an IRC notification.