BeBot - An Anarchy Online and Age Of Conan chat automaton

Development => Module Requests => Topic started by: Gobsec on May 01, 2009, 04:35:27 pm

Title: Auto online
Post by: Gobsec on May 01, 2009, 04:35:27 pm
Does anyone know or does anyone have auto-online module?
Like when someone logs in, its not going spam he is info just spam this
For Explame
16 members online in Guild. 0 characters in privategroup:: click to view


Not like this

[Blabla] Bebot: Blabla(Lvl 220/30 Omni Fixer, Bla bla of Bla bla) Logged On ::

Anyone got any ideas here?
Title: Re: Auto online
Post by: Faelwen on May 02, 2009, 02:39:43 am
try to copy paste it instead of writing
Quote
bla bla.

I would call it, express your feelings in other words write exactly the problem.
Title: Re: Auto online
Post by: Nytridr on May 02, 2009, 08:00:04 am
Are you talking about the logon spam.. When someone logs on it shows there name level access level and so on.. ?   Are you saying you do not want it to do it?

If that is the case.. just turn off the log on spam to guild / private channels..  This is found in your settings command..

The online part is totally different then the logon spam.. that is located in the settings online  part for spamming at logon.   

both things are configurable.  If you do !settings   there is a very nice list of different modules you can change the settings for in there.

Nyt
Title: Re: Auto online
Post by: Gobsec on May 03, 2009, 11:04:03 am
Youre right Nyt I dont want that spam

For explame
[Random org] Bebot: General "Gobsec" Kgb (Lvl 189/5 Omni Soldier, Member of Random org) Logged On :: Details  ::

I dont want that, BUT When someone logs in id like to know if there module to spam only this >>>>
[Random org] Bebot: 13 members online in Guild. 0 characters in privategroup:: click to view
Like auto spams the online and when someone logs in.

Title: Re: Auto online
Post by: Temar on May 03, 2009, 05:32:49 pm
Quote
[Random org] Bebot: 13 members online in Guild. 0 characters in privategroup:: click to view
you want your org to be spammed with the online list every time some 1 logs on?

Title: Re: Auto online
Post by: Gobsec on May 04, 2009, 07:00:29 pm
Yes Sir
Title: Re: Auto online
Post by: Gobsec on May 06, 2009, 05:05:54 pm
So any ideas yet?
Title: Re: Auto online
Post by: Temar on May 06, 2009, 06:25:22 pm
I have no idea why u would want this but here is how anyway

modules/Logon.php

add this in the __construct
Code: [Select]
$this -> bot -> core("settings") -> create("Logon", "SpamOnlineGC", FALSE, "Should Online spam to GC be enabled?");

Then add this to the buddy function at end before 2 x } (1 being close function)
Code: [Select]
if (($this -> start < time()) && ($this -> bot -> core("settings") -> get("Logon", "SpamOnlineGC")))
{
$online = $this -> bot -> commands["tell"]["online"] -> command_handler("", "online", "gc");
$this -> bot -> send_output("", $online, "both");
}

Title: Re: Auto online
Post by: Gobsec on June 15, 2009, 12:58:31 pm
tyty
SimplePortal 2.3.7 © 2008-2024, SimplePortal