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 7 matches

by zombie_gaz
Thu Feb 26, 2009 3:13 pm
Forum: Script Requests
Topic: Pull top scorers from page and display...
Replies: 5
Views: 3055

Use - between intigers...

There's no way to change this? That really sucks. :\
by zombie_gaz
Thu Feb 26, 2009 2:56 pm
Forum: Script Requests
Topic: Pull top scorers from page and display...
Replies: 5
Views: 3055

Small change

What about if I wanted it to use input in the form #-# instead of # #?

So '!topscorer 1-5' instead of '!topscorer 1 5'.
by zombie_gaz
Thu Feb 26, 2009 10:14 am
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 70495

Nevermind... I got it! That line should have been:

if {![string length [set input_nick [string tolower [lindex $split_args 0]]]]} { set input_nick [string tolower $nick] }
by zombie_gaz
Thu Feb 26, 2009 9:37 am
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 70495

!profile alone...

Yeah... all the different cases work.

I need to be able to just type: !profile (with NO nickname at all) and have it default to the nick I am using when I type that.

For example:

<zombie_gaz> !profile
<BOT> Here's the profile for zombie_gaz...
by zombie_gaz
Wed Feb 25, 2009 9:48 pm
Forum: Script Requests
Topic: Pull top scorers from page and display...
Replies: 5
Views: 3055

Pull top scorers from page and display...

I need a script that can do !topscorer # or !topscorer #-# using this web page. http://www.4thegame.com/football-statistics/premiership/topscorers/ Obviously, it needs to make updates based on that web page. So... Doing !topscorer 1-2 would give you: Top Scorer | Team | Prem | CC | FA | UEFA | CL | ...
by zombie_gaz
Wed Feb 25, 2009 9:08 pm
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 70495

When I use !profile the bot says that I haven't set up a profile. Yet using !profile NICK still works. Could it have something to do with it not recognising case? EDIT: Yeah... when I change my nick to all lowercase, just !profile brings up my profile (but without my nick showing up in the message l...
by zombie_gaz
Wed Feb 25, 2009 8:09 pm
Forum: Script Requests
Topic: user profile script
Replies: 65
Views: 70495

Profile addition for default to nick requesting.

The code displayed below I found in this forum... it's awesome. Thanks to tomekk for that. I made a few small changes... I changed !desc to !profile, I made it so that !setup, !Setup, !SETup, !sEtUP, !profile, !Profile, !PROfile, etc work, and I changed minor config things so that the script applies...