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 

i need a small script ..

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    egghelp.org community Forum Index -> Archive
View previous topic :: View next topic  
Author Message
suffering
Voice


Joined: 27 May 2005
Posts: 27

PostPosted: Tue Oct 18, 2005 6:50 am    Post subject: i need a small script .. Reply with quote

i need this script so my bot will autovoice the specific host on join on a specific channel thru X (Undernet)

Code:

on ^*:join:#:{
  if (*!*@host iswm $fulladdress) && ($chan == #Channel) { /.msg x voice #Channel $nick }
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Tue Oct 18, 2005 8:16 am    Post subject: Reply with quote

Code:
bind join - "#channel *!*@host" x:msg

proc x:msg {nick uhost hand chan} {
 putquick "privmsg x :voice $chan $nick"
}

_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    egghelp.org community Forum Index -> Archive 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