mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 05:49:27 +01:00
UrlTitles: add missing hostmask to new $context
This commit is contained in:
parent
467fcaaf74
commit
9157c2f7fe
@ -69,6 +69,7 @@ sub show_url_titles {
|
|||||||
nick => $nick,
|
nick => $nick,
|
||||||
user => $user,
|
user => $user,
|
||||||
host => $host,
|
host => $host,
|
||||||
|
hostmask => "$nick!$user\@$host",
|
||||||
command => "title $nick $url",
|
command => "title $nick $url",
|
||||||
root_channel => $channel,
|
root_channel => $channel,
|
||||||
root_keyword => "title",
|
root_keyword => "title",
|
||||||
|
Loading…
Reference in New Issue
Block a user