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

by [Nero]
Wed Jun 30, 2004 3:05 pm
Forum: Archive
Topic: @find & search a flat text file for xxxxx
Replies: 3
Views: 1759

Many Many Thanx for that i did try the search function on @find which gave No topics or posts met your search criteria :( i did try honest lol Also is there a way to get the code to just display the 1st xxxxx it finds as i have multiple lines that are the same & it displays all of them 129 to be...
by [Nero]
Wed Jun 30, 2004 12:15 pm
Forum: Archive
Topic: @find & search a flat text file for xxxxx
Replies: 3
Views: 1759

@find & search a flat text file for xxxxx

Hi Guys
Im looking for or if some can point me in the right direction for a @find xxxx trigger script that will search a flat text file for xxxx and output the result to the channel pref something that will allow public delete /msg botnick delete xxxx line

many thanx
by [Nero]
Thu May 01, 2003 11:39 am
Forum: Archive
Topic: Problem adding users
Replies: 4
Views: 1325

Thanx Again

I have now posted the subroutine at ..

http://www.andmargroup.co.uk/subroutine.txt

Thank you for your help
by [Nero]
Thu May 01, 2003 10:51 am
Forum: Archive
Topic: Problem adding users
Replies: 4
Views: 1325

Thanx ppslim
This is only a snippet from the script as it would be too large to post.
The Bind & Close Brackets that are missing are in the script though.

perhaps i could pm you the whole subroutine if that would help

many Thanx
by [Nero]
Thu May 01, 2003 10:16 am
Forum: Archive
Topic: Problem adding users
Replies: 4
Views: 1325

Problem adding users

Hi Everyone ive found this piece of tcl that should when a users posts a url in the channel should add them to the userlist of the bot but for somereason it doesnt, the rest of the script seems to work fine except this bit can anyone help plz Many thanx proc msg_post_site {nick uhost handle arg} { g...
by [Nero]
Tue Apr 29, 2003 11:27 am
Forum: Archive
Topic: Local date/time
Replies: 2
Views: 852

Local date/time

Hi Again
I have an old script that uses ...

set LOCALDATE [date]
set LOCALTIME [time]
set curdate [datetime]

These dont seem to work, is there other commands now that do the same job ??

Thanx
by [Nero]
Tue Apr 29, 2003 7:40 am
Forum: Archive
Topic: popup/menu
Replies: 6
Views: 1535

Yep ive got a feeling that this is not possible, it can be done in an irc script im wondering if there is perhaps a way of sending the submission from the egg to a seperate irc script which they would have loaded in their own irc client like a remote script, is that possible or am i still up the wro...
by [Nero]
Tue Apr 29, 2003 7:11 am
Forum: Archive
Topic: popup/menu
Replies: 6
Views: 1535

LOL, no im not on drugs not yet anyways

ive written a script the people can submit their website addresses to the eggy and im looking for a way that it will inform the ops of a submission then allow the ops to either accept it or delete it , is this possible even ??

Thanx again
by [Nero]
Tue Apr 29, 2003 6:46 am
Forum: Archive
Topic: popup/menu
Replies: 6
Views: 1535

popup/menu

Hi guys Im trying to create a menu that when someone submits a website or multiple addresses to the eggy it will create a popup menu for all the ops with options to accept it or delete it onto a list, then delete the submission from the menu. pref with all the submissions in one menu I have already ...
by [Nero]
Tue Apr 01, 2003 9:00 am
Forum: Archive
Topic: getxtra/setxtra
Replies: 1
Views: 1530

getxtra/setxtra

Hi Everyone Can any help as into why this routine wont work, its only a small snippet from a very old script & i understand that getxtra & setxtra are not used now, can anyone help in how i can convert these statements to work please, many thanx if {($handle == "*") && (![v...
by [Nero]
Sat Jul 13, 2002 5:46 am
Forum: Archive
Topic: Text File Reading
Replies: 2
Views: 920

Text File Reading

Can anyone suggest how i would go about reading a random line of text from a .txt file and posting that line in the channel at timed intervals

Many thanx guys.
by [Nero]
Thu Jun 06, 2002 6:10 pm
Forum: Archive
Topic: OK Guys As requested this is...
Replies: 2
Views: 1018

sorry yes $nick should have read been varible $siteip instead, any chance of an example :smile: pretty please
by [Nero]
Thu Jun 06, 2002 1:53 pm
Forum: Archive
Topic: OK Guys As requested this is...
Replies: 2
Views: 1018

The script that just wont work no way no how - LOL set count 0 set POSTCOMMAND "SITE" set tempnumber 0 set lasttempsite 0 set isopen 1 set chan "#abcd" bind msg - $POSTCOMMAND postsite set templist "" ###################### proc postsite {nick host hand arg} { global ch...
by [Nero]
Wed Jun 05, 2002 6:47 pm
Forum: Archive
Topic: No Joy Guys
Replies: 5
Views: 1977

LOL - Just running that bit on it own returns [21:40] Tcl error [add_ftp_site]: no value given for parameter "text" to "add_ftp_site"

just not my day - or DAYS - lol
by [Nero]
Wed Jun 05, 2002 5:10 pm
Forum: Archive
Topic: No Joy Guys
Replies: 5
Views: 1977

Thanx for the advise guys on the previous topics but no matter what i try i cannot get the bits you have suggested to work. if i have say ftp://123.456.789.012 in templist.txt & some one /msg the egg with ADD ftp://123.456.789.012 all i need to work is that the egg will search templist.txt and 1...