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

by sattam
Thu Jan 14, 2010 8:39 pm
Forum: Script Support & Releases
Topic: Friends Online help
Replies: 0
Views: 2496

Friends Online help

help dont work god ################################################################ ## Babelist v1.20 ## ## Author: Papillon ( http://www.surferstarten.net/Papi ) ## questions? bugs? improvement? ---> papillon@surferstarten.net ## ## Copyright © 2002 Papillon aka Hallvard Rykkje ## ## Command: Publi...
by sattam
Fri Jan 08, 2010 8:49 pm
Forum: Scripting Help
Topic: Can I do
Replies: 7
Views: 4597

Thank you I did it
by sattam
Fri Jan 08, 2010 8:16 pm
Forum: Scripting Help
Topic: Can I do
Replies: 7
Views: 4597

arfer wrote:Sorry I misread your question.

The command /ns list is either not available on the network I frequent (DALnet), or is restricted to ircops or above. Hence, I can't be sure of its usage.
ok thanks

can i add u msn ?
by sattam
Fri Jan 08, 2010 7:40 pm
Forum: Scripting Help
Topic: Can I do
Replies: 7
Views: 4597

Wonderful job But how /ns list *@125.* [11:40‹NickServ›] LIST of nicks (Search paramater = *@125.*) [11:40‹NickServ›] ) ahmadnaweed (~WeArab@x.x.x.x) [months] [11:40‹NickServ›] ) popzaa (~WeArab@x.x.x.x) [months] [11:40‹NickServ›] ) Story (~a@x.x.x.x) [weeks] [11:40‹NickServ›] ) Wahab (~Wahab@x.x.x....
by sattam
Fri Jan 08, 2010 2:19 pm
Forum: Scripting Help
Topic: Can I do
Replies: 7
Views: 4597

Can I do

## Give your channel name here. set scriptchannel "#info" bind pub -|- !nick script:text1 bind notc -|- "*Info for *" script:notices1 bind notc -|- "*For extra info*" script:notices1 bind notc -|- "*Last seen address*" script:notices1 bind notc -|- "*Las...
by sattam
Wed Jan 06, 2010 7:07 pm
Forum: Scripting Help
Topic: Client -- Client connecting
Replies: 5
Views: 3728

I mean when any user contact In the server

(=E-) [22:58] -NOTICE- *** Client -- Client exiting: Guest-56228 (~r00t@cpc2-pool12-2-0-cust210.15-1.cable.virginmedia.com) [Client Quit] [82.8.228.211]
by sattam
Wed Jan 06, 2010 7:02 pm
Forum: Scripting Help
Topic: Client -- Client connecting
Replies: 5
Views: 3728

speechles wrote:My bad.... try the altered code above I've edited ;)
I do not understand
I want to help if allowed
by sattam
Wed Jan 06, 2010 6:57 pm
Forum: Scripting Help
Topic: Client -- Client connecting
Replies: 5
Views: 3728

Re: Client -- Client connecting

bind raw -|- * NOTICE snotice proc snotice {from keyword arg} { if {![string match -nocase "*client connecting*" $arg]} { return } # so this works on multiple ircd's, nick is _not always_ in # the sixth position, but it is always after the first colon. set nick [lindex [lindex [split $arg...
by sattam
Wed Jan 06, 2010 4:07 pm
Forum: Scripting Help
Topic: Client -- Client connecting
Replies: 5
Views: 3728

Client -- Client connecting

I'm trying to do and repaired Write entry in #Em This bot Operator (=E-) [20:06] -NOTICE- *** Client -- Client connecting: Guest-56228 (~r00t@cpc2-pool12-2-0-cust210.15-2.cable.virginmedia.com) [82.2.228.211] {users} bind raw * notice snotice proc snotice {from keyword arg} { set nick [lindex $arg 5...
by sattam
Wed Jan 06, 2010 1:33 pm
Forum: Script Requests
Topic: !info nick
Replies: 2
Views: 2275

Does anyone could help me
by sattam
Tue Jan 05, 2010 4:26 am
Forum: Script Requests
Topic: Friends Online Checker :-)
Replies: 1
Views: 2385

up

up
by sattam
Tue Jan 05, 2010 1:38 am
Forum: Script Requests
Topic: !info nick
Replies: 2
Views: 2275

!info nick

Can I add the command To the bot in the channel - If you put it in the channel, such as !info test Appear in the channel Bhve the way Information for nick 'test' Last seen address: ~test@62.150.227.134 Time registered: [Dec 16 00:54:32 2005] Time now: [Jan 05 08:34:11 2010] E-Mail address: Hidden Op...
by sattam
Tue Jan 05, 2010 1:24 am
Forum: Scripting Help
Topic: Does anyone could help me
Replies: 2
Views: 2272

Not sure if I understood correctly but how about string mapping those reasons like this: set reason [string map {spam "spam is not allowed" flood "flooding causes drowning"} [join [lrange [split $arg] 2 end]]] If you want a separate file, just read the mapping pattern from a fil...
by sattam
Mon Jan 04, 2010 1:20 pm
Forum: Scripting Help
Topic: Does anyone could help me
Replies: 2
Views: 2272

Does anyone could help me

Does anyone could help me bind pub m|m !akill akill_proc proc akill_proc { nick uhost hand chan arg } { set time [lindex [split $arg] 0] set ip [lindex [split $arg] 1] set reason [join [lrange [split $arg] 2 end]] putserv "PRIVMSG OperServ :akill $time $ip $reason" } Thank you works great ...
by sattam
Sun Jan 03, 2010 12:20 pm
Forum: Scripting Help
Topic: HELP !Kline and !akill
Replies: 16
Views: 9267

The above code I posted works fine on my server unrealircd + Anope What command are you using because /MSG operserv akill time 10 *@t132e2333st.test2.tea spam this would not work because its wrong this is correct syntax !akill +10d *@t132e2333st.test2.tea spam even your above command wont work sent...