Most of the plugins here are made by B3 users and the authors may not visit frequently. If you need support for plugins or if questions remain unanswered, you will have to contact the author directly. Read the full Support Disclaimer here
NOTE: Do not attach plugins to your forumtopics! Attachements are periodically removed by maintenance tasks. Upload your plugins to our Downloads section instead!

You are here: Big Brother Bot ForumAdd-OnsPlugins DiscussionPlugin Releases! (Moderator: MordyT)follow users plugin
Pages: 1 [2] 3   Go Down
  Print  
Author Topic: follow users plugin  (Read 6952 times) Bookmark and Share
Newbie
*
OS: Windows
Type: Renting Server with B3
Gameservers: cod4
Posts: 9
Offline Offline
« Reply #15 on: June 11, 2010, 07:05:53 PM »

Probably a dumb question but in the xml for this, whats the settings mean for mod_level vs admin_level.

Thanks
Logged

Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3485
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #16 on: June 12, 2010, 12:37:41 AM »

admin_level is the level required to use the follow/unfollow/syncfollow commands
mod_level is the level required to use the listfollow/checkfollow commands
Logged

Newbie
*
OS: Windows
Type: Renting Server with B3
Gameservers: cod4
Posts: 9
Offline Offline
« Reply #17 on: June 12, 2010, 07:07:34 AM »

Perfect, thanks!
Logged
[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #18 on: June 27, 2010, 12:23:33 PM »

Bumps removed.

Don't bump topics just to repeat requests that where already made before.
« Last Edit: June 27, 2010, 12:25:46 PM by xlr8or » Logged

B3 Contrib/Support
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 67
Offline Offline
« Reply #19 on: July 26, 2010, 04:25:56 AM »

UPDATED 1.1.2:
Add !followinfo command and follow reason field
Notification message is now configurable
Sync is done in a separate thread

For those using the old version, must run addreason.sql to update the table structure.
Logged
Jr. Member
**
Posts: 23
Offline Offline
« Reply #20 on: July 30, 2010, 03:38:29 AM »

UPDATED 1.1.2:
Add !followinfo command and follow reason field
Notification message is now configurable
Sync is done in a separate thread

For those using the old version, must run addreason.sql to update the table structure.

Fantastic...... thank you !!!

Regards,
Spunga.
Logged
Newbie
*
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 2
Offline Offline
« Reply #21 on: July 31, 2010, 01:33:12 AM »

If the player is banned, is automatically removed from the list.
Great plugin, I would love to use it but is there a way to keep an ID number in the follow list even after the player is banned? I'm asking this cause in UrT we ban via IP address, which is extremely easy to change. If banned players ID number stays in the follow list we would be informed when the same cheater comes back again with a different name.
And if i would ban someone and then add his ID number to the follow list will it get removed due to ban i did few moments ago?
Logged
B3 Contrib/Support
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 67
Offline Offline
« Reply #22 on: July 31, 2010, 05:36:18 AM »

Great plugin, I would love to use it but is there a way to keep an ID number in the follow list even after the player is banned? I'm asking this cause in UrT we ban via IP address, which is extremely easy to change. If banned players ID number stays in the follow list we would be informed when the same cheater comes back again with a different name.
And if i would ban someone and then add his ID number to the follow list will it get removed due to ban i did few moments ago?


The record is removed from the list if you use the !ban or !tempban commands. You can add the player again to the list if you want.

I made the necessary changes to achieve this. Simple set remove_banned to 'false' in the config file. Remember to use v1.1.3
Logged
Newbie
*
OS: --No B3 installed--
Type: --No B3 installed--
Posts: 2
Offline Offline
« Reply #23 on: July 31, 2010, 06:35:27 AM »

Great, thank you for the info.
Logged
Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: MW2 (aIW)
Posts: 187
Offline Offline
WWW
« Reply #24 on: February 08, 2011, 03:21:34 PM »

Thanks to the author for this useful plugin

The

!follow <user> and !unfollow <user> works great, but not the aliases !ff <user> ( like turn friendly fire in masteradmin) nor ff <user>

Also !listfollow to check the players added to the list


I´m currently using B3 1.4.2b


Thank you
Logged
B3 Contrib/Support
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 67
Offline Offline
« Reply #25 on: February 09, 2011, 04:16:44 AM »

Thanks to the author for this useful plugin

The

!follow <user> and !unfollow <user> works great, but not the aliases !ff <user> ( like turn friendly fire in masteradmin) nor ff <user>

Also !listfollow to check the players added to the list


I´m currently using B3 1.4.2b


Thank you

Thank you.

If !ff is in conflict with another plugin, you can modify it to use another alias

Code:
self._adminPlugin.registerCommand(self, 'follow', self._admin_level, self.cmd_addfollow,'ff')

Regards.
Logged
Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: MW2 (aIW)
Posts: 187
Offline Offline
WWW
« Reply #26 on: February 14, 2011, 01:38:02 PM »

Thank you.

If !ff is in conflict with another plugin, you can modify it to use another alias

Code:
self._adminPlugin.registerCommand(self, 'follow', self._admin_level, self.cmd_addfollow,'ff')

Regards.

Thank you very much

I am actually using the long commands, that works fine, and no touching the code ( things sometime don´t work well after tweaking), but I really take down on your suggestion.
Logged
Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: Modern warfare 2
Posts: 64
Offline Offline
« Reply #27 on: February 17, 2011, 07:36:03 AM »

amazing plugin mate Smiley
Logged
Newbie
*
OS: Windows
Type: Home user
Gameservers: cod5
Posts: 2
Offline Offline
« Reply #28 on: March 28, 2011, 12:41:57 AM »

This is one of my very favorite plugins, thanks.  Cheesy

I've modified it to add _user_level (registered users) and given them permissions to use only the !FF command. In my humble opinion you could improve this by giving separate permission on a per command basis. Smiley

Could you please elaborate the twitter option? Very interested in that but don't know how to use it.
Logged
B3 Contrib/Support
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 67
Offline Offline
« Reply #29 on: March 28, 2011, 04:40:49 AM »

This is one of my very favorite plugins, thanks.  Cheesy

I've modified it to add _user_level (registered users) and given them permissions to use only the !FF command. In my humble opinion you could improve this by giving separate permission on a per command basis. Smiley

Could you please elaborate the twitter option? Very interested in that but don't know how to use it.

Thanks Smiley

Regarding twitter, you'll need another plugin that catch the events from this one.

You can have it from my github repository.

https://github.com/dahool/big-brother-bot/blob/experimental/b3/extplugins/twity.py
https://github.com/dahool/big-brother-bot/blob/experimental/b3/extplugins/conf/twity.xml

It is important to install it with a higher priority.
Setup requires you to register a twitter application and fill in the config the corresponding tokens.
After that, run python twity.py setup from console to get the authorization code.
To see if it works, run python twity.py to post a test message.

Regards.
Logged
Tags: follow 
Pages: 1 [2] 3   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal