3
0
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:
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, 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",