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: 8472

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: 7950

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: 10793

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: 24511

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: 15079

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: 8283

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: 15079

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: 12636

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: 26141

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: 10531

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

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: 16332

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: 6928

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: 6485

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: 16332

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"