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.

Chanmode +p

Old posts that have not been replied to for several years.
Locked
W
Weirdo
Master
Posts: 265
Joined: Sat Apr 27, 2002 8:00 pm
Location: Manchester, England

Chanmode +p

Post by Weirdo »

On my irc network. This mode is set to prevent halfops from doing nasty thingsa. Yet for the eggdrop i run, when i add this mode, and she is rebooted, she sets +is to the channel. Is this some sort of private mode?

Since i want mode +p without having +is, i will have to make a TCL script for it as chanmodes dont fix it
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

From what I remember, the IRC RFC dictates, that originaly, the +p flag, was meant as +private. (Information is here)

I have no real knowledge of what is does over +s, but +s is now the standard.

I do know that in Hybrid IRCD's, they +p is no longer a real use, but is still available, however, you can only have either nothing, +p or +s (not bot).

This may be coded into eggdrop, though I can't be sure.

What have you got set for chanmode in your chennel settings? (.chaninfo)
W
Weirdo
Master
Posts: 265
Joined: Sat Apr 27, 2002 8:00 pm
Location: Manchester, England

Post by Weirdo »

[10:48:45] <Minako> Settings for static channel #cometanime:
[10:48:45] <Minako> Protect modes (chanmode): +ptn-kis
[10:48:45] <Minako> Idle Kick after (idle-kick): DON'T!
[10:48:45] <Minako> stopnethack: DON'T!
[10:48:45] <Minako> aop-delay: 0:0
[10:48:45] <Minako> revenge-mode: 0
[10:48:45] <Minako> ban-time: 60
[10:48:45] <Minako> exempt-time: 30
[10:48:45] <Minako> invite-time: 60
[10:48:45] <Minako> To get invite (need-invite):
[10:48:45] <Minako> putserv "PRIVMSG #cometanime :let me in!"
[10:48:45] <Minako> To get key (need-key):
[10:48:45] <Minako> putserv "PRIVMSG #cometanime :let me in!"
[10:48:45] <Minako> If I'm banned (need-unban):
[10:48:45] <Minako> putserv "PRIVMSG #cometanime :let me in!"
[10:48:45] <Minako> When channel full (need-limit):
[10:48:45] <Minako> putserv "PRIVMSG #cometanime :let me in!"
[10:48:45] <Minako> Other modes:
[10:48:45] <Minako> -inactive +statuslog -secret -shared
[10:48:45] <Minako> +greet +seen -cycle +dontkickops
[10:48:45] <Minako> +protectops +protectfriends +revenge -revengebot
[10:48:45] <Minako> -bitch +autoop +autovoice +nodesynch
[10:48:45] <Minako> -enforcebans +dynamicbans +userbans +autohalfop
[10:48:45] <Minako> +protecthalfops
[10:48:45] <Minako> +dynamicexempts +userexempts +dynamicinvites +userinvites
[10:48:45] <Minako> User defined channel flags:
[10:48:45] <Minako> +notriggers -noseendata -quietseens -quietaiseens
[10:48:45] <Minako> -nopubseens
[10:48:45] <Minako> flood settings: chan ctcp join kick deop nick
[10:48:45] <Minako> number: 15 3 5 3 3 5
[10:48:45] <Minako> time : 60 60 60 10 10 60
Thats my chaninfo on my primary channel
Locked