mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 11:59:43 +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,
|
||||
user => $user,
|
||||
host => $host,
|
||||
hostmask => "$nick!$user\@$host",
|
||||
command => "title $nick $url",
|
||||
root_channel => $channel,
|
||||
root_keyword => "title",
|
||||
|
Loading…
Reference in New Issue
Block a user