This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 15 matches

by stoo
Wed May 12, 2004 4:57 am
Forum: Archive
Topic: Request Bot. Doesnt work correctly
Replies: 0
Views: 660

Request Bot. Doesnt work correctly

This script i am writing needs to join the channel specified with this !request #chan Then the bot join that channel, checks if that user who requested is an op, checks for Q or L in the channel and if there is over 40 users. However, when the bot joins the channel it says there is no Q or L and the...
by stoo
Wed May 12, 2004 4:56 am
Forum: Archive
Topic: Request Bot. Doesnt work correctly
Replies: 0
Views: 457

Request Bot. Doesnt work correctly

This script i am writing needs to join the channel specified with this !request #chan Then the bot join that channel, checks if that user who requested is an op, checks for Q or L in the channel and if there is over 40 users. However, when the bot joins the channel it says there is no Q or L and the...
by stoo
Sun Apr 18, 2004 11:50 am
Forum: Archive
Topic: adding to list
Replies: 0
Views: 892

adding to list

what i want to do is allow anyone in the channel to do the following !merc <info> anything that is in the info part, i need saved and added to a database. every minuite i need the database to be displayed to the channel. after 5 mins i want the fist line to be removed and the second line to become t...
by stoo
Tue Mar 23, 2004 6:53 am
Forum: Archive
Topic: stormbot help needed
Replies: 3
Views: 1555

Re: stormbot help needed

stoo wrote:how do i set this up, i have logged into the bot [\b] but can only access the anyone commands


^^
by stoo
Tue Mar 23, 2004 6:22 am
Forum: Archive
Topic: stormbot help needed
Replies: 3
Views: 1555

stormbot help needed

i just installed stormbot, but i do not have full channel access

-StooBot- Global Flags: hjmnoptxL
-StooBot- Channel Level: No access

how do i set this up, i have logged into the bot but can only access the anyone commands
by stoo
Sat Mar 06, 2004 3:24 pm
Forum: Archive
Topic: Clan Ladder rank help
Replies: 11
Views: 7927

bind pub -|- !rank rank:rank package require http proc rank:rank {nick host handle chan content} { set division "Division 1" set game "CS" set channel "#MaGiK^" set ladderid "3" set clanid "7394" set content [http::data [http::geturl "http://ww...
by stoo
Fri Mar 05, 2004 5:08 pm
Forum: Archive
Topic: Clan Ladder rank help
Replies: 11
Views: 7927

package require http proc rank:rank {nick host handle chan content} { set content [http::data [http::geturl "http://www.enemydown.co.uk/ed_clanrank.php?ladder=3&clan=7394"]] } if [regexp "<b>(.*)</b>" $content match rank] } { puthelp "PRIVMSG $chan :$match" } this ...
by stoo
Thu Mar 04, 2004 11:09 pm
Forum: Archive
Topic: Clan Ladder rank help
Replies: 11
Views: 7927

package require http bind pub - !rank rank:rank proc rank:rank {nick host handle chan text} { set url "http://www.enemydown.co.uk/ed_clanrank.php?ladder=3&clan=7394" { if {[regexp "<b>(.*)</b>" $text match rank] } { puthelp "PRIVMSG $chan :$rank" } } } that isnt wo...
by stoo
Thu Mar 04, 2004 6:21 pm
Forum: Archive
Topic: Clan Ladder rank help
Replies: 11
Views: 7927

anyone ?
by stoo
Wed Mar 03, 2004 1:20 pm
Forum: Archive
Topic: Clan Ladder rank help
Replies: 11
Views: 7927

the ED site goes down all the time due to the large number of hits

but basically i need a script to read the position, anything else i can do on my own, its just the whole regexp thing
by stoo
Tue Mar 02, 2004 3:14 pm
Forum: Archive
Topic: Clan Ladder rank help
Replies: 11
Views: 7927

from then i have tried myself and i am asking again
by stoo
Tue Mar 02, 2004 1:00 pm
Forum: Archive
Topic: Clan Ladder rank help
Replies: 11
Views: 7927

Clan Ladder rank help

http://www.enemydown.co.uk/ed_clanrank.php?ladder=3&clan=7394 that link is the rank for my clan, i need a simple script that will get the number and allow for it to be said in the channel on a prompt e.g !rank anyone who could write this would be of great help i was trying to do this myself but ...
by stoo
Sat Feb 07, 2004 4:14 pm
Forum: Archive
Topic: Getting/Displaying a Clan rank from enemydown
Replies: 3
Views: 1357

http://www.enemydown.co.uk/ladder.php?ladder=4 thats the link of the site i want to parse.. the clan magik is what i need the info on, so i need to parse the clan rank, and name. and when a specified command is used it will display the rank i have no idea how to do this with egghttp, is there anyone...
by stoo
Tue Feb 03, 2004 9:13 pm
Forum: Archive
Topic: Getting/Displaying a Clan rank from enemydown
Replies: 3
Views: 1357

come on guys....
basically all i need it to do is extract some info from a website
by stoo
Fri Jan 30, 2004 1:16 pm
Forum: Archive
Topic: Getting/Displaying a Clan rank from enemydown
Replies: 3
Views: 1357

Getting/Displaying a Clan rank from enemydown

i run an eggdrop for my CS clans irc. so far i have made a few simple scripts to display info What i want to do is make a script that will get the info from www.enemydown.co.uk for my clan and display the clans rank and division in the channel. my clans name is Magik or MgK^ we are in div3 of the CS...