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 

auto channel join

 
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
drfox
Voice


Joined: 09 Oct 2005
Posts: 26

PostPosted: Sun Oct 16, 2005 11:11 am    Post subject: auto channel join Reply with quote

hi guys
is there away to make a nick joining one channel to auto join a second one on entering the first one

example
nick joins #channel1
bot makes nick join #channel2

thanx doc
Back to top
View user's profile Send private message
Ian-Highlander
Op


Joined: 24 Sep 2001
Posts: 165
Location: Ely, Cambridgeshire

PostPosted: Sun Oct 16, 2005 12:29 pm    Post subject: Reply with quote

Not unless your bot is a sysop or higher on the server its running on, the best you'll be able to manage is to notice the user with a roomname and hope they click on it.

If your bot is a sysop on the server you could potentially write a script to use sajoin but its not something that will make you very popular. Very Happy
_________________
"Insanity Takes Its Toll, Please Have Exact Change"
Back to top
View user's profile Send private message Send e-mail
drfox
Voice


Joined: 09 Oct 2005
Posts: 26

PostPosted: Sun Oct 16, 2005 1:03 pm    Post subject: Reply with quote

i can make it a sysop
Back to top
View user's profile Send private message
metroid
Owner


Joined: 16 Jun 2004
Posts: 771

PostPosted: Mon Oct 17, 2005 5:44 am    Post subject: Reply with quote

Code:

set joinchan   "#blabla"
set chantojoin "#blabla2"

bind join -|- * join:chan

proc join:chan {nick host hand chan} {
 global joinchan chantojoin
 if {[string equal -nocase $joinchan $chan] && ![onchan $nick $chantojoin]} {
  putquick "SAJOIN $nick $chantojoin"
 }
}
Back to top
View user's profile Send private message
Alchera
Revered One


Joined: 11 Aug 2003
Posts: 3344
Location: Ballarat Victoria, Australia

PostPosted: Mon Oct 17, 2005 6:27 pm    Post subject: Reply with quote

Ian-Highlander wrote:
... but its not something that will make you very popular. Very Happy

Makes him exceedingly lame I would have thought. Good way to loose users.
_________________
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
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