egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

!IMdB TCL kick Issue by Ford_Lawnmower

 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Scripting Help
View previous topic :: View next topic  
Author Message
Fahad
Op


Joined: 29 Aug 2016
Posts: 127

PostPosted: Sun Dec 04, 2016 11:06 am    Post subject: !IMdB TCL kick Issue by Ford_Lawnmower Reply with quote

Hello, This TCL is working all fine but when i do !Imdb After the search over the bot get kicked.

<@Fahad> !imdb Kabali
‹+Statistics› IMDb Title: Kabali (2016) Runtime: 153 min Genre: Action , Adventure , Crime , Drama Language: Tamil , English , Mandarin , French Country: India Director: Pa. Ranjith Writers: Pa. Ranjith Stars: Rajinikanth , Winston Chao , Radhika Apte
‹+Statistics› IMDb Description: Directed by Pa. Ranjith. With Rajinikanth, Winston Chao, Radhika Apte, Dhansika. Before Indian Independence, many Tamils from South India were sent to Malaysia as indentured laborers. Kabali, the protagonist, fights this oppression. After a lengthy imprisonment, he is more determined than ever to fight for his people. Rating:
‹+Statistics› IMDb .7 [**********] Critics: 25
‹+Statistics› IMDb Cast: Rajinikanth , Winston Chao , Radhika Apte , Dhansika , Kalaiyarasan , Dinesh , John Vijay , Kishore Kumar G. , Riythvika , Mime Gopi , Hari , Nassar , Uday Mahesh , Gajaraj , Vinoth Plot: Kabaleeswaran, a revolutionary who fights for the betterment of his race in
‹+Statistics› IMDb a foreign land, is falsely implicated and thrown behind bars. When he returns after his prison term, he starts a search for his wife and ends up confronting those who were the reason behind his miseries. What follows is a tale of revenge, emotion, drama, jealousy, treason, loyalty, love and
* Statistics was kicked by SilentTwilight (flood)
* Statistics (Statistics@Statistics.us.to) has joined #chatworld
* SilentTwilight sets mode: +v Statistics

I need help here. Why my bot kick when he do search... I even put this on SAVE list but still got kicked.
Back to top
View user's profile Send private message
nml375
Revered One


Joined: 04 Aug 2006
Posts: 2857

PostPosted: Sun Dec 04, 2016 11:44 am    Post subject: Reply with quote

Hello,
This is not an issue with the Imdb-script you are using, but how the flood protections of client/bot/whatever "SilentTwilight" has been setup.

If "SilentTwilight" is an eggdrop bot, I suggest you make sure "Statistics" is properly identified and granted "Friend" privileges (+f).
_________________
NML_375, idling at #eggdrop@IrcNET
Back to top
View user's profile Send private message
Fahad
Op


Joined: 29 Aug 2016
Posts: 127

PostPosted: Sun Dec 04, 2016 12:56 pm    Post subject: Reply with quote

Thanks so much for replay nml375
Please tell me the DCC command for +f
I even Ignore Statistics bot from my Pro Bot SilentTwilight.
But nothing happens.
Back to top
View user's profile Send private message
nml375
Revered One


Joined: 04 Aug 2006
Posts: 2857

PostPosted: Sun Dec 04, 2016 1:31 pm    Post subject: Reply with quote

I am not familiar with "Pro Bot"...
Is that an eggdrop (script/module/etc)or other kind of irc robot?

As for eggdrops, the way to set any flags (including "Friend", +f), would be using the .chattr command.
_________________
NML_375, idling at #eggdrop@IrcNET
Back to top
View user's profile Send private message
Fahad
Op


Joined: 29 Aug 2016
Posts: 127

PostPosted: Sun Dec 04, 2016 1:41 pm    Post subject: Reply with quote

It's just an protection bot and "Statistics" is my Stats bot with all features.

Could you please provide me with full command .chattr ? +f ?
Back to top
View user's profile Send private message
nml375
Revered One


Joined: 04 Aug 2006
Posts: 2857

PostPosted: Sun Dec 04, 2016 2:51 pm    Post subject: Reply with quote

Managing user privileges is a rather basic task all bot-owners should be well-versed in. https://www.egghelp.org/using.htm#userfile should at least be a good start for you.
_________________
NML_375, idling at #eggdrop@IrcNET
Back to top
View user's profile Send private message
Fahad
Op


Joined: 29 Aug 2016
Posts: 127

PostPosted: Sun Dec 04, 2016 3:04 pm    Post subject: Reply with quote

Actually, I did that those commands are not working very complicated.

.chattr <handle> +o ? Handle what?

.chattr <handle> +fo ??? I don't understand this ?
Back to top
View user's profile Send private message
nml375
Revered One


Joined: 04 Aug 2006
Posts: 2857

PostPosted: Sun Dec 04, 2016 3:34 pm    Post subject: Reply with quote

"Handle" is a different name for a user's (or bot's) username within the eggdrop user database.
_________________
NML_375, idling at #eggdrop@IrcNET
Back to top
View user's profile Send private message
Fahad
Op


Joined: 29 Aug 2016
Posts: 127

PostPosted: Mon Dec 05, 2016 5:31 am    Post subject: Reply with quote

It replay me like this <Fahad> .chattr Statistics +fo
<SilentTwilight> No such user!
Back to top
View user's profile Send private message
Get_A_Fix
Master


Joined: 07 May 2005
Posts: 206
Location: New Zealand

PostPosted: Mon Dec 05, 2016 5:49 am    Post subject: Reply with quote

Fahad wrote:
It replay me like this <Fahad> .chattr Statistics +fo
<SilentTwilight> No such user!


Did you add Statistics to SilentTwilight?

A handle is the name given to the account that the bot has been given. To see the accounts type:
Code:
.match * 999


Chances are you didn't compile the bot with handlen=30 so it probably uses 9 and has changed Statistics to Statistic

If it did change it to Statistic, then do as you did: .chattr Statistic +f
f = friend (bot will exempt from floods). You don't need to give it the global operator 'o' flag.
_________________
We explore.. and you call us criminals. We seek after knowledge.. and you call us criminals. We exist without skin color, without nationality, without religious bias.. and you call us criminals.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Fahad
Op


Joined: 29 Aug 2016
Posts: 127

PostPosted: Mon Dec 05, 2016 6:03 am    Post subject: Reply with quote

I am trying to add my "Statistics" bot Into "SilentTwilight" FriendsList.
Back to top
View user's profile Send private message
Get_A_Fix
Master


Joined: 07 May 2005
Posts: 206
Location: New Zealand

PostPosted: Mon Dec 05, 2016 6:34 am    Post subject: Reply with quote

Fahad wrote:
I am trying to add my "Statistics" bot Into "SilentTwilight" FriendsList.


Adding the bot is one thing (either adduser or +user), the chattr command modifies the flags/access of the account once it's created.

You may want to read up the dcc/telnet command reference.
_________________
We explore.. and you call us criminals. We seek after knowledge.. and you call us criminals. We exist without skin color, without nationality, without religious bias.. and you call us criminals.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Scripting Help All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber