Hi guys
Im trying to create a menu that when someone submits a website or multiple addresses to the eggy it will create a popup menu for all the ops with options to accept it or delete it onto a list, then delete the submission from the menu. pref with all the submissions in one menu
I have already completed the submission part and it writes to a txt file i just need it to pop up a menu at the same time, any help would be much appreciated.
ive written a script the people can submit their website addresses to the eggy and im looking for a way that it will inform the ops of a submission then allow the ops to either accept it or delete it , is this possible even ??
If you really want to drive the ops crazy you could make the bot dcc chat them.
I suggest a simple PRIVMSG or NOTICE telling the ops about the new submission and a MSG command to accept/delete it.
Yep ive got a feeling that this is not possible, it can be done in an irc script im wondering if there is perhaps a way of sending the submission from the egg to a seperate irc script which they would have loaded in their own irc client like a remote script, is that possible or am i still up the wrong tree lol
Of course...just invent a message format that can be easily parsed by the client script. Unless your client supports tcl this ain't the right forum to discuss this parsing.