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.
Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
-
mikkeldk
- Voice
- Posts: 7
- Joined: Sat Mar 15, 2008 6:07 pm
Post
by mikkeldk »
Hello all ..
Im new to TCL / Eggdrop
Im new to Forum
I will ask .. Where can i find two Script?
One Script: !join #egghelp EX!
two Script: !part #egghelp EX!
Howto can i make ??
Please Lets come and help me
Im New
//Mikkel -> LinuxHelper
-
Sir_Fz
- Revered One
- Posts: 3794
- Joined: Sun Apr 27, 2003 3:10 pm
- Location: Lebanon
-
Contact:
Post
by Sir_Fz »
What's "EX!"? This looks like a simple commands script. Search the
Tcl Archive for commands.
-
mikkeldk
- Voice
- Posts: 7
- Joined: Sat Mar 15, 2008 6:07 pm
Post
by mikkeldk »
Sir_Fz wrote:What's "EX!"? This looks like a simple commands script. Search the
Tcl Archive for commands.
Ohh Sorry
Howto can i Make its here??
Its not mode +x to this bot?
bind pub o .register register; proc register {nick uhost hand chan arg} { global botnick; putserv "mode $botnick +x" }
-
Nor7on
- Op
- Posts: 185
- Joined: Sat Mar 03, 2007 8:05 am
- Location: Spain - Barcelona
-
Contact:
Post
by Nor7on »
Open ur eggdrop.conf. and find this.
Code: Select all
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +i-ws"
}
so change for this:
Code: Select all
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +xi-ws"
putquick "PRIVMSG X@channels.undernet.org :login USER PASSWORD"
}
this code is better.