$pnick: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
== Example == | == Example == | ||
on *:TEXT:!playing:#:{ | [[on text|on *:TEXT:!playing:#:{]] | ||
if ($play(1)) { | [[if]] ([[$play|$play(1)]]) { | ||
msg # I am currently playing $play(1).fname to $pnick $+ . | [[msg]] [[$chan (remote)|#]] I am currently playing $play(1).fname to $pnick [[DollarPlus|$+]] . | ||
} | } | ||
} | } |