Ok, I know virtually nothing about eggdrop scripting..
What I want is when you send a message to the eggdrop with something like
"!say bob smells" the eggdrop performs the command "/msg $chan bob smells"
Can anyone write me a simple script for this?
And tell me how to install it?
Thanks!
Ok, I figured out the command to do that would be
".dump PRIVMSG #channel whatever your saying" on the DCC chat.
How can I make a TCL script where "!say yada yada" tells the eggdrop to do ".dump PRIVMSG #channel yada yada"?
I just need !say to work in the channel.. if it doesn't work in a PM/notice/ctcp that's fine.
Thanks, just one problem though..
It lets me do the say command, but it won't let anyone else.
Do you have any idea how to fix that? I want *everyone* to have access to it.
Could you also please give me the code to do the same thing, except do it on the word "action" and do a /me action instead of messaging the channel with it?