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

by Sergios
Thu Nov 25, 2004 4:47 pm
Forum: Archive
Topic: Execute a raw command after x minutes / write result to file
Replies: 7
Views: 2975

Yes, i see timer, i change it to see if it works. Yes on dalnet it works, but on unrealircd it doesnt work. the numerics on unreal are
#define RPL_ADMINME 256
#define RPL_ADMINLOC1 257
#define RPL_ADMINLOC2 258
#define RPL_ADMINEMAIL 259
The binds that you have.
by Sergios
Thu Nov 25, 2004 2:46 pm
Forum: Archive
Topic: Execute a raw command after x minutes / write result to file
Replies: 7
Views: 2975

I add the numerics of binds that you give me (there same as numerics server) but the file is still empty. Any sollution?
by Sergios
Thu Nov 25, 2004 1:16 pm
Forum: Archive
Topic: Execute a raw command after x minutes / write result to file
Replies: 7
Views: 2975

It doesnt write anything into the foo.txt file. It create the file but the file is still empty. Any suggestion??
by Sergios
Wed Nov 24, 2004 11:41 pm
Forum: Archive
Topic: Execute a raw command after x minutes / write result to file
Replies: 7
Views: 2975

Execute a raw command after x minutes / write result to file

Is it possible to make a script execute a raw command like /admin every x minuters and the result of this command write automatically to admin.html?? I have try but i get errors with raw command.
by Sergios
Thu Jul 29, 2004 2:23 am
Forum: Scripting Help
Topic: Trying to create a sop/vop/aop/akick list
Replies: 73
Views: 38878

Ok guys, thanks for the help and the replies, i will set it manually cause if it writes every notice from chanserv we will have a problem. I have a question, i want a script to delete all the lines from accesslist.txt. I have read the FAQ but i want to erase all the lines, not the file. Thanks
by Sergios
Thu Jul 29, 2004 12:28 am
Forum: Scripting Help
Topic: Trying to create a sop/vop/aop/akick list
Replies: 73
Views: 38878

Ok, i will test it. Thanks for the reply.
by Sergios
Wed Jul 28, 2004 3:52 am
Forum: Scripting Help
Topic: Trying to create a sop/vop/aop/akick list
Replies: 73
Views: 38878

I test it but the result was the same. I remove one } cause it crash the bot. Well, nevermind. It dont want to work. I have change and the services to see if the notice of chanserv have something wrong. Thanks for reply all of you,and lets continue programming others tcls :D
by Sergios
Wed Jul 28, 2004 2:52 am
Forum: Scripting Help
Topic: Trying to create a sop/vop/aop/akick list
Replies: 73
Views: 38878

Did it work?Mine doesnt. I know that it must say

Code: Select all

-ChanServ Access List Records- 
but after that it must say and the list. Me too, it say that message and 2 blank lines. :-?
by Sergios
Tue Jul 27, 2004 9:02 am
Forum: Scripting Help
Topic: Trying to create a sop/vop/aop/akick list
Replies: 73
Views: 38878

It continuous have the problem.
when i do
/msg eirhnh !chanserv sop #parea list
and i open the file i see this part

Code: Select all

-ChanServ Access List Records-
by Sergios
Tue Jul 27, 2004 3:07 am
Forum: Scripting Help
Topic: Trying to create a sop/vop/aop/akick list
Replies: 73
Views: 38878

Ok, let me give the script that it coded ## # DCsoplist2txt.tcl by DrugCheese for sergios # 7-24-04 # # Will write chanservs SOp list for a channel to filesystem ## # Set the file name, the time of day , and the channel bind msg n DCtest DCtest proc DCtest {nick host hand arg} { WriteList 1 2 3 4 5 ...
by Sergios
Sat Jul 24, 2004 8:35 am
Forum: Archive
Topic: Eggdrop Not Responding
Replies: 1
Views: 1693

My eggdrop (Nick: smalldave) is not responding to any of the commands I give it. Where do you give these commands?public or dcc? I think you have problem with id@host, so for now use telnet ip:port(the port you have set into eggdrop.conf) and then do .whois handle(your handle, or if you dont unders...
by Sergios
Sat Jul 24, 2004 7:21 am
Forum: Scripting Help
Topic: Trying to create a sop/vop/aop/akick list
Replies: 73
Views: 38878

Well,yes, i know that is the command. That i want is that command you tell to write it to a file. I mean the result of the command(of chanserv), the SOP list is:1)Sergios sergios@something.net
2)Nickname userid@host
I mean the sop list how can i write it to a file?
Any help?
by Sergios
Sat Jul 24, 2004 12:18 am
Forum: Scripting Help
Topic: Trying to create a sop/vop/aop/akick list
Replies: 73
Views: 38878

With puts $file "Channel Access List: ^B $arg ^B" i don't get the sop list of channel that i want ($arg=channel). I really want the text of the command that gives this command : putquick "PRIVMSG chanserv :sop $arg list" , so that can write into acc.txt the access list of #mychan...
by Sergios
Fri Jul 23, 2004 2:55 pm
Forum: Scripting Help
Topic: Trying to create a sop/vop/aop/akick list
Replies: 73
Views: 38878

Trying to create a sop/vop/aop/akick list

Hello, i'm trying to create a tcl to write the lists into a someone.txt file and then with a generate.tcl to an html file. My problem is that: i use putquick "PRIVMSG chanserv :sop $arg list" where $arg is #channel. The problem is that it execute the command but how can the result of this ...