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.

!op in another channel

Old posts that have not been replied to for several years.
Locked
S
Skeletor
Voice
Posts: 10
Joined: Thu Feb 06, 2003 3:17 pm

!op in another channel

Post by Skeletor »

Hello
I am wondering if it is possible to mirror things like !op !halfop !voice to another chan.
I got the eggdrop up in many channels but don´t want to sit in all of them but I would like to know when those commands are used.So the bot would relay those commands to the chan I am in with user and the command.
I have no clue how to fix a tcl to do it or commands on the bot to fix it.There are maybe commands for it already just to set them but I don´t know how :oops:
S
Skeletor
Voice
Posts: 10
Joined: Thu Feb 06, 2003 3:17 pm

Post by Skeletor »

Forgot to add.This is what I use in mirc now and got several channels minimised
on 1:TEXT:!*:#channel:/msg #channel $nick $1-
User avatar
Papillon
Owner
Posts: 724
Joined: Fri Feb 15, 2002 8:00 pm
Location: *.no

Post by Papillon »

Code: Select all

bind pubm - "#channel1 !*" echo_to_chan_2
proc echo_to_chan_2 {nick host hand chan arg} {
  putserv "PRIVMSG #channel2 :$nick $arg"
}
this will echo everything said in #channel1 starting with ! to #channel2
Elen sila lúmenn' omentielvo
S
Skeletor
Voice
Posts: 10
Joined: Thu Feb 06, 2003 3:17 pm

Post by Skeletor »

thx it works lice a charm.This is a helpful forum.I will be back with more annoying questions :roll:
User avatar
Papillon
Owner
Posts: 724
Joined: Fri Feb 15, 2002 8:00 pm
Location: *.no

Post by Papillon »

we'll be waiting :p
Elen sila lúmenn' omentielvo
S
Skeletor
Voice
Posts: 10
Joined: Thu Feb 06, 2003 3:17 pm

Post by Skeletor »

I was faster ---> http://forum.egghelp.org/viewtopic.php?t=3624
but thx for the info it worked
Locked