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

by ]Kami[
Sun Dec 31, 2006 7:51 pm
Forum: Other Topics
Topic: Merry Christmas and Happy New Year 2007!
Replies: 6
Views: 4382

Happy new year !
by ]Kami[
Mon Oct 30, 2006 7:25 am
Forum: Eggdrop Help
Topic: How can the bot IDENTIFY itself to NickServ?
Replies: 10
Views: 6608

Code: Select all

bind evnt - init-server identify

proc identify init-server {
  putquick "PRIVMSG NickServ :IDENTIFY USER PASS"
}
by ]Kami[
Sat Dec 24, 2005 2:38 pm
Forum: Other Topics
Topic: Merry Christmas & Happy new year
Replies: 8
Views: 5618

Merry Christmas & Happy new year

Yep, merry christmas everyone!
by ]Kami[
Sat Dec 24, 2005 2:37 pm
Forum: Scripting Help
Topic: Encrypt
Replies: 29
Views: 20022

Don't use notepad or any similar editor use pico or nano.

I had problems when i was using notepad
by ]Kami[
Wed Dec 21, 2005 2:29 pm
Forum: Script Requests
Topic: [Staff Script]
Replies: 7
Views: 12829

Even if you can't find it via search function we can't write it either, because you didn't gave us enough informations.

From where do you want bot to retrive online/offline status?
by ]Kami[
Tue Dec 20, 2005 2:10 pm
Forum: Scripting Help
Topic: bind msg simple help
Replies: 2
Views: 7641

Instead of bind msg use bind msgm :)

eg. bind msg -|- "*" proc:msgm

....
by ]Kami[
Fri Dec 09, 2005 1:11 pm
Forum: Script Requests
Topic: [Staff Script]
Replies: 7
Views: 12829

Use forum search function.

Someone was searching same script some time ago.
by ]Kami[
Fri Dec 09, 2005 1:10 pm
Forum: Script Requests
Topic: Change topic
Replies: 5
Views: 11815

Code: Select all

putserv "topic $c :Latest News: $item
?
by ]Kami[
Wed Dec 07, 2005 3:54 pm
Forum: Script Requests
Topic: request.tcl script need help...!
Replies: 11
Views: 24253

No wonder, because proc request::management doesn't exist :P

So delete

Code: Select all

bind msg -|- "request" [namespace current]::management 
by ]Kami[
Wed Dec 07, 2005 3:51 pm
Forum: Scripting Help
Topic: bind time all 4 h
Replies: 4
Views: 9705

timer ? :)
by ]Kami[
Wed Dec 07, 2005 1:52 pm
Forum: Scripting Help
Topic: error in tcl.
Replies: 1
Views: 7052

Change

Code: Select all

notice $nick "Usage: $lastbind < \002on\002 / \002off\002 >" 
with

Code: Select all

putquick "notice $nick :Usage: $lastbind < \002on\002 / \002off\002 >" 
by ]Kami[
Thu Dec 01, 2005 12:25 pm
Forum: Script Requests
Topic: Netsplit Detect - Public .
Replies: 8
Views: 14963

It depends on ircd.

Script i posted detects net splits on ircnet and ircnet like ircd's.

It reads notices when server quits or comes back in server info channel &servers
by ]Kami[
Wed Nov 30, 2005 7:05 pm
Forum: Script Requests
Topic: Force join main channel (help)
Replies: 9
Views: 6041

Well, you don't need to use regexp, because text format is "static" :lol:

Code: Select all

set nick [lindex $arg 5]
:)

Btw, if you don't want your code to chocke on special chars, split args :)
by ]Kami[
Wed Nov 30, 2005 6:10 pm
Forum: Script Support & Releases
Topic: [need help] TeamSpeak Info v2.0
Replies: 7
Views: 5705

Copy whole script here and output of .tcl set errorInfo / .set errorInfo
by ]Kami[
Tue Nov 29, 2005 4:12 pm
Forum: Script Requests
Topic: Netsplit Detect - Public .
Replies: 8
Views: 14963

Which ircd?

If your ircd have info channels like &servers (notices about servers coming and leaving) you can use script netsplitdetect by G'Quann.

You can find modified version with public pubs etc on www.slo-eggdrop.com link "Moje skripte"