Search found 5 matches

by Burak
Thu Nov 03, 2005 9:03 am
Forum: Unreal 3.2 Support
Topic: Which index?
Replies: 9
Views: 2234

No, not services in ircd Unreal3.2/src/channel.c send to channel modes +o (channel operator @ ). I can edit channel.c too Unreal3.2 but i cant editing Unreal3.2.3 channel.c, ok? I want to not sending channel modes in channel.c trstr(modebuf,"o") bla bla.. I think.. while (*++modebuf) if (*...
by Burak
Thu Nov 03, 2005 12:46 am
Forum: Unreal 3.2 Support
Topic: Which index?
Replies: 9
Views: 2234

I want to not sending +o channel mode
by Burak
Thu Nov 03, 2005 12:17 am
Forum: Unreal 3.2 Support
Topic: Which index?
Replies: 9
Views: 2234

Which index?

Unreal3.2.3 send to channel mode is which index?

Example: Unreal3.2 in channel.c send to channel mode ;

/* Should stop null modes */
if (*(mode_buf + 1) == '\0')
return;
..bla bla
..

and which index Unreal3.2.3?
by Burak
Tue Nov 01, 2005 2:54 am
Forum: Unreal 3.2 Support
Topic: Hide to channel op (@)
Replies: 3
Views: 1257

No Jason, +s channel secret mode. I can hide channel operator is /names list. thats is to say hide channel operator /names list and nick list ok? but this feature is only channel name is #Nesil.

channel.c: if (cm->flags & CHFL_CHANOP)
by Burak
Tue Nov 01, 2005 12:07 am
Forum: Unreal 3.2 Support
Topic: Hide to channel op (@)
Replies: 3
Views: 1257

Hide to channel op (@)

I can hide channel op but i can't hiding single a channel.

if (cm->flags & CHFL_CHANOP)

i can hide channel op is #Nesil

How can hide channel operator single Nesil channel?

Good working..