Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Double modes..  (Read 2446 times)

0 Members and 1 Guest are viewing this topic.

Raiden

  • Anope User
  • Offline Offline
  • Posts: 23
Double modes..
« on: August 21, 2008, 06:55:20 PM »

I know this is probably due to a module, but i was just wondering if anyone would know what would cause services to do this:

Code: [Select]
<Raiden> !op
* Nintendo gives channel operator status to Raiden
* Nintendo gives channel operator status to Raiden
<Raiden> !deop
* Nintendo removes channel operator status from Raiden
* Nintendo removes channel operator status from Raiden
Just wondering why it sets the mode twice.
These are all the installed modules:

Code: [Select]
-OperServ- Current Module list:
-OperServ- Module: bs_fantasy_ext [1.1.16 [ M-SOU-CuR0-M3-OpC1]] [3rd]
-OperServ- Module: bs_autoassign [2.0] [3rd]
-OperServ- Module: bs_request [2.1.3] [3rd]
-OperServ- Module: bs_fantasy_fpart [1.0] [3rd]
-OperServ- Module: cs_autoowner [1.04] [3rd]
-OperServ- Module: cs_appendtopic [$Id: cs_appendtopic.c 1332 2008-01-04 10:43:21Z geniusdex $] [Supported]
-OperServ- Module: cs_enforce [$Id: cs_enforce.c 1335 2008-01-06 13:38:15Z geniusdex $] [Supported]
-OperServ- Module: cs_restrict_kb [$Id: cs_restrict_kb.c v1.0.0 14-01-2007 n00bie $] [3rd]
-OperServ- Module: cs_join [$Id: cs_join.c v2.0.0 09-09-2007 n00bie $] [3rd]
-OperServ- Module: enc_none [$Id$] [Encryption]
-OperServ- Module: hs_hostonactivate [1.0] [3rd]
-OperServ- Module: hs_request [$Id$] [Supported]
-OperServ- Module: ircd_init [$Id: ircd_init.c v3.0.0 20-5-2008 n00bie $] [3rd]
-OperServ- Module: ircd_vhostserv [$Id: ircd_vhostserv.c v2.0.1 08-02-2008 n00bie $] [3rd]
-OperServ- Module: m_connect_flood [3.3] [3rd]
-OperServ- Module: ns_resetpass [1.1.1] [3rd]
-OperServ- Module: ns_maxemail [$Id: ns_maxemail.c 1332 2008-01-04 10:43:21Z geniusdex $] [Supported]
-OperServ- Module: ns_ajoin [4.2.1] [3rd]
-OperServ- Module: os_info [$Id: os_info.c 1332 2008-01-04 10:43:21Z geniusdex $] [Supported]
-OperServ- Module: unreal32 [$Id: unreal32.c 1291 2007-08-30 20:59:14Z drstein $] [Protocol]

Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
Re: Double modes..
« Reply #1 on: August 21, 2008, 07:57:20 PM »

what does /os modinfo bs_fantasy reply?

it is  possibly because this is loaded together with bs_fantasy_ext and bs_f_ext doesn't halt the event...

Alternatively it s because you have cs_join loaded... bs_fantasy_ext is not supported in combination with cs_join for the reason it has the potential of causing the very problem you described.
« Last Edit: August 21, 2008, 08:03:31 PM by Viper »
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

Raiden

  • Anope User
  • Offline Offline
  • Posts: 23
Re: Double modes..
« Reply #2 on: August 21, 2008, 08:49:42 PM »

It was infact cs_join that was causing the problem, i unloaded it because i didn't really need it. Thanks Viper! :)
Logged
Pages: [1]   Go Up