View previous topic :: View next topic |
Author |
Message |
Mike05 Voice
Joined: 12 Dec 2020 Posts: 22
|
Posted: Sat Mar 27, 2021 1:24 pm Post subject: Need help with eggdrop Please |
|
|
Hello Friends;
Bots are not kicking banning or voicing etc. Bots are running fine, I messaged hello , set the password etc. I set the bot to kick user who say the bad words. Placed the badword.tcl in bot's scripts directory , and added the directives in bot's conf file .
source scripts/badword.tcl
I tested with bad words but bot is not kicking and I can't kick users, I logged in as a tester user, and said bad words to test the bot, nothing happened. Then I tried to kick the user as a IRCOP nothing happened. What am I doing wrong, what is not configured properly.
Please help.
Thanks in advance |
|
Back to top |
|
 |
simo Owner
Joined: 22 Mar 2015 Posts: 859
|
Posted: Sat Mar 27, 2021 5:09 pm Post subject: |
|
|
perhaps you could pastebin the tcl you are using |
|
Back to top |
|
 |
CrazyCat Owner

Joined: 13 Jan 2002 Posts: 972 Location: France
|
Posted: Sat Mar 27, 2021 8:06 pm Post subject: |
|
|
And show us the results of:
Code: | .binds
.chaninfo #YOURCHAN |
(replace "YOURCHAN" with your channel name) _________________ https://www.eggdrop.fr
Offer me a coffee - Do not ask me help in PM, we are a community. |
|
Back to top |
|
 |
simo Owner
Joined: 22 Mar 2015 Posts: 859
|
Posted: Sun Mar 28, 2021 7:46 am Post subject: |
|
|
i doubt this is an eggdrop problem tho it seems just a tcl script issue
perhaps you should have posted in another section of forum
perhaps in : Scripting Help section |
|
Back to top |
|
 |
Mike05 Voice
Joined: 12 Dec 2020 Posts: 22
|
Posted: Sun Mar 28, 2021 11:38 am Post subject: Re Need help with eggdrop Please |
|
|
CrazyCat;
Thank you so much for your response and help. I'm a noob, Where should I type: .binds and .chaninfo.? I typed those commands in miRC but nothing happened.
Secondly As a Channel operator I can't even kick, voice or ban user.
I think there is configuration problem.
If I tried to assign bot /msg botserv assign #channel botnick, it says no bot by that nick.
How to interact with bot, and how to activate bot to do voicing , kicking banning etc.
And Please How to create Alias short commands? example, If I type !k !b !v that would work. But In my case I have to type the full command like
/cs kick #channel Nick
Please help.
Thanks |
|
Back to top |
|
 |
simo Owner
Joined: 22 Mar 2015 Posts: 859
|
Posted: Sun Mar 28, 2021 11:52 am Post subject: |
|
|
depending on network you can use chanserv for that to !kb !k !v !dv and such
or you can use a tcl with public commands wich basically does the same |
|
Back to top |
|
 |
CrazyCat Owner

Joined: 13 Jan 2002 Posts: 972 Location: France
|
Posted: Sun Mar 28, 2021 12:27 pm Post subject: Re: Re Need help with eggdrop Please |
|
|
Mike05 wrote: | CrazyCat;
Thank you so much for your response and help. I'm a noob, Where should I type: .binds and .chaninfo.? I typed those commands in miRC but nothing happened. |
You have to go in the party-line, using telnet or ctcp/dcc chat. Have a look @ http://www.egghelp.org/using.htm for more informations.
These are ircd, services and client related questions, not eggdrop:
Mike05 wrote: | Secondly As a Channel operator I can't even kick, voice or ban user.
I think there is configuration problem. |
=> read your ircd documentation
Mike05 wrote: | If I tried to assign bot /msg botserv assign #channel botnick, it says no bot by that nick.
How to interact with bot, and how to activate bot to do voicing , kicking banning etc. |
=> Read your services documentation
Mike05 wrote: | And Please How to create Alias short commands? example, If I type !k !b !v that would work. But In my case I have to type the full command like
/cs kick #channel Nick |
=> Read your client documentation, or services documentation to active fantasy commands
I hope you don't make any confusion between services bot (that you can assign with botserv) and eggdrops, which are bots too, but not in relation with services. _________________ https://www.eggdrop.fr
Offer me a coffee - Do not ask me help in PM, we are a community. |
|
Back to top |
|
 |
Mike05 Voice
Joined: 12 Dec 2020 Posts: 22
|
Posted: Sun Mar 28, 2021 12:31 pm Post subject: RE- How to add commands in bot |
|
|
CrazyCat, Thank you so much for helping me and thanks every one who responded to my request.
Now I've learned how to interact with the bot, using telent, Now I wanna add commands example !flag +V Nick, So nick gets auto voice.
And !k, !b, !v , !ub !-v etc. how do I add those commands ?
And how to create short alias commands ?
I would highly appreciate your help. I'm a noob and trying hard to learn I just need guidance and little help.
Thanks in advance friends |
|
Back to top |
|
 |
ComputerTech Master

Joined: 22 Feb 2020 Posts: 393
|
Posted: Sun Mar 28, 2021 2:31 pm Post subject: |
|
|
Eggdrop by default without any extra Tcl scripts, does Not offer public commands only a few /msg commands.
Best to choose a option from the following
Search this forum
TclArchive
Script Requests
For your script _________________ ComputerTech |
|
Back to top |
|
 |
Mike05 Voice
Joined: 12 Dec 2020 Posts: 22
|
Posted: Tue Mar 30, 2021 8:02 pm Post subject: |
|
|
Simo, CrazyCat and ComputerTech;
Thank you so much for your response and help. Yes, it was IRCD and Services configuration problem, that got resolved.
I'm so glad to be part of this great community. All of you guys are very responsive and providing great help for nobs like me.
Thanks again guys |
|
Back to top |
|
 |
|