mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2008
Posts: 167
S
Vogon poet
OP Offline
Vogon poet
S
Joined: Oct 2008
Posts: 167
Currently, a line looks like this:
Quote:
[23:35] <@Someone> yay

Is it possible to add an x at the start of the line (every line),
Quote:
x [23:35] <@Someone> yay

and, when clicked, it notices the channel with the name and text of the person?
Code:
/notice #channel REMOVE Someone yay


Without something to click, it seams rather slow and ineffective.

The reason I would find this script useful, is because the flash client on the website lets you remove what someone has said like this.

Thank you for any help you provide.

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Technically it seems possible, however, it would mean duplicating every channel, pm/query, and (possibly) status window with a custom window using the format you're looking for.

Imo, a lot of work.

You can set up the right click in the channel or pm/query window to display an option which, when clicked would send the notice that you're wanting. This would be a lot easier, but the lines would still exist in the window.

Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156
/help on hotlink

note:
Note: The script for hotlink events should be as small and as fast as possible since the event triggers each time the mouse is moved over a word.





Link Copied to Clipboard