collapse collapse
* User Info
 
 
Welcome, Guest. Please login or register.
* Search

* Board Stats
  • stats Total Members: 989
  • stats Total Posts: 18363
  • stats Total Topics: 2500
  • stats Total Categories: 7
  • stats Total Boards: 35
  • stats Most Online: 1144

Author Topic: Function to cleanup Raidbot Roster  (Read 1739 times)

0 Members and 1 Guest are viewing this topic.

Offline Khalem

  • BeBot Founder
  • Administrator
  • ********
  • Posts: 1169
  • Karma: +0/-0
    • http://www.ancarim.com
Function to cleanup Raidbot Roster
« on: June 18, 2006, 10:03:58 pm »
This is just a quick and dirty function i wrote to cleanup the roster on a raidbot. It can be improved as you currently have to depend on the echo from the whois function in the bot output to catch some deleted characters (this can be automated now of course, but i just needed a quick way)

It also populates the Whoiscache with all members as a side effect
Code: [Select]
<?php
        
function update_whois($name)
        {
                
$result $this -> bot -> db -> select("SELECT id, nickname FROM members");
                for (
$i 0$i count($result); $i++)
                {
                        
$oldid $result[$i][0];
                        
$oldname $result[$i][1];
                        
$tempid $this -> bot -> aoc -> get_uid ($oldname);

                        if (
$tempid != $oldid )
                        {
                                
$this -> bot -> send_tell($name"$oldname ($oldid) seems to have been rerolled to $tempid");
                        }
                        else
                        {
                               
$this -> bot -> whois($oldname);
                        }
                }
        }
?>

BeBot Founder and Fixer Kingpin

 

* Recent Posts
[AoC] special char for items module by bitnykk
[February 09, 2024, 09:41:18 pm]


0.8.x updates for AoC by bitnykk
[January 30, 2024, 11:16:08 pm]


0.8.x updates for AO by bitnykk
[January 30, 2024, 11:15:37 pm]


BeBot still alive & kicking ! by bitnykk
[December 17, 2023, 12:58:44 am]


Bebot and Rasberry by bitnykk
[November 29, 2023, 11:04:14 pm]

* Who's Online
  • Dot Guests: 714
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.
* Forum Staff
bitnykk admin bitnykk
Administrator
Khalem admin Khalem
Administrator
WeZoN gmod WeZoN
Global Moderator
SimplePortal 2.3.7 © 2008-2024, SimplePortal