So if I'm reading this right, <input-text> needs to be a something to trigger the proc. and carry out specific operations (ie putserv ect...) Could someone layout the syntax for such a script, using the control feature?
So if I'm reading this right, <input-text> needs to be a something to trigger the proc. and carry out specific operations (ie putserv ect...) Could someone layout the syntax for such a script, using the control feature?
Hi Darok, at first "connect", "listen" and "control" and the return values seem a bit confusing, bit if you play around a bit, it will become clear.
Thx for the help egghead. I successfully got my eggdrop to open a services connection to my IRCD. The only thing I have to learn now is string manipulation, and a little more about variables. So I can send ping replies and responses based on certian text events like user connections to the ircd, nick changes, ect... Thx again to everyone for their help.
My script is getting there, slowly but surely. So I have the connection open, how would I send ping replies? I've tried a few different variations, none seem to be working properly. How would I send a PING reply to a server?