mIRC Home    About    Download    Register    News    Help

Print Thread
#251687 27/02/15 11:17 AM
Joined: Mar 2010
Posts: 146
Masoud Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Mar 2010
Posts: 146
Finally I've decided (after almost 5 years) to release the next version of mBOT. Since most Scripting websites are dead, I'm posting this here..

I'm gonna be needing some beta testers to debug and test it.

If you're interested to becoming a beta tester, please reply to this post (or e-mail me) and I'll be sending you the link in next several days...

I'll be posting screenshots of new mBOT here soon.

Thanks.


Nothing...
Joined: Mar 2010
Posts: 146
Masoud Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Mar 2010
Posts: 146


Nothing...
Joined: Mar 2010
Posts: 146
Masoud Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Mar 2010
Posts: 146
Here's the first beta version of mBOT v2.0.

Any feedback's appreciated.


Nothing...
Joined: Mar 2010
Posts: 146
Masoud Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Mar 2010
Posts: 146
Here's mBOT v2.0b2

Known issue:
Protections might not entirely work, I've fixed what I've seen. Hopefully with more feedback we'll be able to fix the rest as soon as possible.

Also the help file is not available yet.


Nothing...
Joined: Feb 2015
Posts: 9
A
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
A
Joined: Feb 2015
Posts: 9
I am using your previous bot and I am loving it.

I was poking around in the new one and I don't seem to be able to find the repeat protection that the older one has.

Is that going to be a feature you plan to add?

Also when I right click main settings doesn't work when you do it in the main channel.

Right clicking with the log reader, doesn't popup the log reader, there is this message in the status window: [17:16:11] DCLOGS Unknown command

Joined: Mar 2010
Posts: 146
Masoud Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Mar 2010
Posts: 146
Repeat protection is under "... Text" tab, the first option which is "Text Flood".

And I've removed the Log reader, since Khaled has added the new log viewer, (which is kinda identical with what I've written before).

It seems that I've forgotten to modify some of the items in popup menus. They're fixed for the next version.

Thanks for using mBOT.


Nothing...
Joined: Feb 2015
Posts: 9
A
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
A
Joined: Feb 2015
Posts: 9
In the Channel protections menu to edit Expressions the Edit button doesn't have the word edit.

Joined: Mar 2010
Posts: 146
Masoud Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Mar 2010
Posts: 146
Thanks for the report.. It's fixed for the next version..


Nothing...
Joined: Feb 2015
Posts: 9
A
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
A
Joined: Feb 2015
Posts: 9
When logging in this is in the status window:

* /writeini: insufficient parameters (line 160, xSeen.mrc)

Also do you plan to include the bot responding to it's name feature? Chatters seem to enjoy getting the bot to talk back to them.

Last edited by Adiemus; 06/04/15 03:40 AM.
Joined: Mar 2010
Posts: 146
Masoud Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Mar 2010
Posts: 146
The xSeen error is fixed for the next version.

I'll see what I can do about that.

Thanks again for your cooperation.


Nothing...
Joined: Feb 2015
Posts: 9
A
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
A
Joined: Feb 2015
Posts: 9
Right click in the channel window to get the main settings also does not work.

When editing the channel protections under expression area, I click remove and nothing happens.

On the expressions, does it send a notice to the nick that is being kicked/banned like the .... Text options?

Last edited by Adiemus; 07/04/15 08:08 PM.
Joined: Mar 2010
Posts: 146
Masoud Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Mar 2010
Posts: 146
I've fixed all the popup menus with your earlier reports..

About the Expression Area, I've put an /echo for testing purposes and I've forgotten to remove that after I was done, so for a quick fix,
Press ALT+R then from "View" menu navigate to "Protections.mrc" then go to line 604 which is:
Code:
elseif ($did == 8) { echo -s mB.Pro.Ex.Del $$did(2).seltext $matchtok($did(5).seltext,Exp,1,32) }
and remove that echo -s from it.
The result would be:
Code:
elseif ($did == 8) { mB.Pro.Ex.Del $$did(2).seltext $matchtok($did(5).seltext,Exp,1,32) }


Nothing...
Joined: Feb 2015
Posts: 9
A
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
A
Joined: Feb 2015
Posts: 9
Was just testing the rules that I have setup for a test channel on Dalnet and each rule was tested including the flood protection.

I made sure that Enable mBot. Also the !op feature doesn't work with me added as the owner in the list.

Joined: Mar 2010
Posts: 146
Masoud Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Mar 2010
Posts: 146
Commands like that work just fine, but maybe this might help:

- Have you added the channel that you're using this command in the Channel Manager? (/CManager)

- If you have, are you sure you're using the right trigger (That is set in the channel manager for the channel)?


Nothing...
Joined: Feb 2015
Posts: 9
A
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
A
Joined: Feb 2015
Posts: 9
Originally Posted By: Masoud
Commands like that work just fine, but maybe this might help:

- Have you added the channel that you're using this command in the Channel Manager? (/CManager)

- If you have, are you sure you're using the right trigger (That is set in the channel manager for the channel)?


I had not no, I didn't know I had to. I will do that and test it!

Joined: Feb 2015
Posts: 9
A
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
A
Joined: Feb 2015
Posts: 9
Okay the !op commands and such worked but the protection features did not.

Joined: Mar 2010
Posts: 146
Masoud Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Mar 2010
Posts: 146
Follow the latest updates on GitHub


Nothing...

Link Copied to Clipboard