Archive > AO official modules

Totally rewritten teamsmodule

<< < (4/4)

Nogoal:

--- Quote from: Zacix on August 01, 2006, 04:31:49 pm ---
--- Quote from: lonillen on March 03, 2006, 01:04:47 pm ---One thing i noticed when using this module:

if a person is assigned to team and then leaves/rejoins channel, this person stays assigned in the team AND gets added to the lft section in !teamadmin

otherwise really nice one  :)

--- End quote ---

I'm not maintaining this module anymore, so really up to the Bebot community fix errors if they appear. I got my my own botproject running, which is based on Bebot...so if you decide to run a standalone raidbot and go for RINGBot, you'll get the same teamadmin with the error mentioned fixed ;)

--- End quote ---

Maybe you should repost a new version because it's not fixed : ).

Zacix:

--- Quote from: Nogoal on August 21, 2006, 04:27:05 pm ---
--- Quote from: Zacix on August 01, 2006, 04:31:49 pm ---
--- Quote from: lonillen on March 03, 2006, 01:04:47 pm ---One thing i noticed when using this module:

if a person is assigned to team and then leaves/rejoins channel, this person stays assigned in the team AND gets added to the lft section in !teamadmin

otherwise really nice one  :)

--- End quote ---

I'm not maintaining this module anymore, so really up to the Bebot community fix errors if they appear. I got my my own botproject running, which is based on Bebot...so if you decide to run a standalone raidbot and go for RINGBot, you'll get the same teamadmin with the error mentioned fixed ;)

--- End quote ---

Maybe you should repost a new version because it's not fixed : ).

--- End quote ---

Just download from CVS, not the zip file. The zip file is an old version. There are multiple updates in CVS in a lot of the modules.

Nogoal:
ah ok, will do : )

Shelly:
Can we get this code change entered for this module? I posted this in http://bebot.link/ao-0-6-support/teams-module-modification/ It is a small fix, but makes the !teams output much easier to read.


--- Code: ---diff (original)Teams.php  My/modules/ao/Teams.php
123c123
<                                       $msg .= "[##blob_title##".$teammember->GetName() . " :: Leader##end##]";
---
>                                       $msg .= "[##blob_title##".$teammember->GetName() . " :: Leader##end##] ";
127c127
<                                       $msg .= "[##highlight##".$teammember->GetName() . "##end##]";
---
>                                       $msg .= "[##highlight##".$teammember->GetName() . "##end##] ";
146c146
<               $this->bot->send_pgroup("Teams cleared by [##highlight##".$name . "##end##]");
---
>               $this->bot->send_pgroup("Teams cleared by [##highlight##".$name . "##end##] ");
292c292
<                               $this->bot->send_pgroup("Team ##highlight##" . $this->numteams . "##end## has been started. Leader is ##highlight##[" . $name . "##end##]");
---
>                               $this->bot->send_pgroup("Team ##highlight##" . $this->numteams . "##end## has been started. Leader is ##highlight##[" . $name . "##end##] ");

--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version