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.

samode command

Old posts that have not been replied to for several years.
Locked
f
fanne

samode command

Post by fanne »

why can't a eggdrop, that has operator status, perform a samode comand like .dump samode #fanne -o titanium
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Try this:
#Use this in the channel where to deop the nick.
Usage: !deopnick <nick>

Code: Select all

bind pub n !deopnick deop:a:nick

proc deop:a:nick {nick uhost hand chan text} {
 if {([onchan [lindex $text 0] $chan])} {
  putserv "SAMODE $chan -o [lindex $text 0]"
  }
}
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
f
fanne

Post by fanne »

ik know that but he must use the irc operator command samode and he will not use the samode. so i need the know why won't an eggdrop use SAMODE
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Have you got the bot opered up? before you try to make it use SAMODE?
Does it have the correct server:line (+a or higher), so it can use SAMODE?

Well if he is a local oper (+o) then I'm sure he will not be able to use SAMODE. Even global opers cannot use it (+O) on some ircds yes. :lol:

Only people who can use SAMODE are Services Admins, Co Admins (+a) or Server Admins, Network Admins (+A), CSOps (Channel Services Operators), or which have root access to the server/network of the similar kind. :mrgreen:
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

What person in their right mind would ever have an eggdrop as an IRC Operator? The dramas are endless with misconfiguration.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Only a person who has their own ircd running, Alchera...heh :wink:
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

My original statement still stands. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Locked