3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

UrlTitles: add missing hostmask to new $context

This commit is contained in:
Pragmatic Software 2020-05-04 18:06:11 -07:00
parent 467fcaaf74
commit 9157c2f7fe

View File

@ -69,6 +69,7 @@ sub show_url_titles {
nick => $nick,
user => $user,
host => $host,
hostmask => "$nick!$user\@$host",
command => "title $nick $url",
root_channel => $channel,
root_keyword => "title",