add on - How to make an add-on for mIRC or any other IRC client that alarms you when a certain string is mentioned in a chat room? -
it'd quite useful me have add-on alerts me when specific said in chat room, same way you're warned if nick mentioned, string you'd like.
how 1 go doing this? there interface irc programming, netbeans java example.
i'm not sure how approach irc programming, forgive me if assumptions dead wrong.
as guy @ comment said, first choose irc client support "scripting" or has built in function alert. solution.
code in case of mirc
on *:text:*someword*:#channel: { echo -ag alert beep 3 }
the code should go "remote" window (alt+r)
Comments
Post a Comment