mIRC Home    About    Download    Register    News    Help

Print Thread
#236286 16/02/12 09:46 AM
Joined: Nov 2011
Posts: 30
A
arc123 Offline OP
Ameglian cow
OP Offline
Ameglian cow
A
Joined: Nov 2011
Posts: 30
i want to make an auto send for a report for a support channel to be like

#channel name for example is #help

!send #channel nick: <nickname> reason: <reason>

as when i right click on the channel i get a box for add the nickname then okay i get a 2nd box for reason


and hope it could be able to channel one of the option so that i can only !send #channel reason: <reason>

if i click cancel on the first box appear

thanks

Joined: Feb 2012
Posts: 18
S
Pikka bird
Offline
Pikka bird
S
Joined: Feb 2012
Posts: 18
There's probably pre-existing scripts out there that do (most of) what you're looking for - google for 'mirc memo'.
E.g. http://www.hawkee.com/snippet/2779/

The basic components you'd need are...
- An alias that actually adds notifications
- An alias that checks for notifications for a person once they join the channel
- A remote 'ON TEXT' event to handle users wanting to send a memo
- Entries in your Popups script file to handle your channel right-click. You can use the $?="" method to get popups that ask you for the nick/reason.


Link Copied to Clipboard