Skip to content

Commit

Permalink
whatever i changed
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchy committed Apr 9, 2016
1 parent f99cf8a commit 3282dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/activity.php
Expand Up @@ -215,7 +215,7 @@ function minion_talk($nick,$channel,$trailing)

function minion_relay($nick,$channel,$trailing)
{
if ($channel=="##vibratingbuttplugsandhorsedildos")
if (($channel=="##vibratingbuttplugsandhorsedildos") and ($nick!==get_bot_nick()))
{
echo "/INTERNAL ~minion privmsg sylnt ##vibratingbuttplugsandhorsedildos ".chr(3)."05"."[$nick] $trailing\n";
}
Expand Down

0 comments on commit 3282dac

Please sign in to comment.