egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

simple script

 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Requests
View previous topic :: View next topic  
Author Message
Madalin
Master


Joined: 24 Jun 2005
Posts: 310
Location: Constanta, Romania

PostPosted: Wed Apr 26, 2006 3:51 am    Post subject: simple script Reply with quote

I need a script that when i type
.bnc NICKNAME, the eggdrop displays something PRIVMSG,NOTICE,CHAN.. to that NICKNAME, and something that i can put/add as manny words as ".bnc,.psybnc,.." with their description..
thanks
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
demond
Revered One


Joined: 12 Jun 2004
Posts: 3073
Location: San Francisco, CA

PostPosted: Wed Apr 26, 2006 4:06 am    Post subject: Reply with quote

SirFz, you got that? Wink
_________________
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use [code] tag when posting logs, code
Back to top
View user's profile Send private message Visit poster's website
DragnLord
Owner


Joined: 24 Jan 2004
Posts: 711
Location: C'ville, Virginia, USA

PostPosted: Wed Apr 26, 2006 8:34 am    Post subject: Re: simple script Reply with quote

Madalin wrote:
I need a script that when i type
.bnc NICKNAME, the eggdrop displays something PRIVMSG,NOTICE,CHAN.. to that NICKNAME, and something that i can put/add as manny words as ".bnc,.psybnc,.." with their description..
thanks

What? I can't work out what you're asking for, maybe someone else can.
Back to top
View user's profile Send private message
Madalin
Master


Joined: 24 Jun 2005
Posts: 310
Location: Constanta, Romania

PostPosted: Wed Apr 26, 2006 10:06 am    Post subject: Reply with quote

I type
.bnc Madalin
the eggdrop tells me by NOTICE ( to change vhost type /bvhost ip ... )
...
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Wed Apr 26, 2006 3:53 pm    Post subject: Reply with quote

demond wrote:
SirFz, you got that? Wink

Yeah.... maybe (according to his last post Laughing )

Code:
bind pub - .bnc bnc

proc bnc {nick uhost hand chan arg} {
 if {[onchan [set n [lindex [split $arg] 0]] $chan]} {
  puthelp "notice $n :To change your vhost, type /bvhost <new vhost>"
 }
}

_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
Madalin
Master


Joined: 24 Jun 2005
Posts: 310
Location: Constanta, Romania

PostPosted: Thu Apr 27, 2006 4:50 am    Post subject: Reply with quote

ok thanks its worcking .. and if i want to add more commands like (.bnc) i make a line with (#######) and then i rewrite the code changing what i need?
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Requests All times are GMT - 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber