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

by lolwutxd
Tue Apr 27, 2010 2:47 am
Forum: Script Requests
Topic: Make Eggdrop Oper On Inspircd
Replies: 1
Views: 3991

Make Eggdrop Oper On Inspircd

Hello there, I've switched from Unreal To Inspircd today and need some help I have the following code bind evnt - init-server evnt:init_server proc evnt:init_server {type} { global botnick putquick "MODE $botnick +ixT" putquick "privmsg irc oper user pass" } But that no longer wo...
by lolwutxd
Mon Apr 26, 2010 1:09 am
Forum: Script Requests
Topic: !zline
Replies: 1
Views: 2139

!zline

Hello, I have the following code but I want to add to it bind pub n !zline zline proc zline { nickname hostname handle channel arguments } { set nick [string tolower [lindex $arguments 0]] set reason [lrange [split $arguments] 1 end] putquick "gzline $nick :$reason" putquick "privmsg ...
by lolwutxd
Mon Apr 05, 2010 3:20 am
Forum: Script Requests
Topic: !say #Channel Text Text text
Replies: 3
Views: 2718

!say #Channel Text Text text

Hello,

I'm after a !Say #Channel $1

tcl script, anybody able to help?