Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: bs_request released.  (Read 8334 times)

0 Members and 1 Guest are viewing this topic.

drak

  • Guest
bs_request released.
« on: March 27, 2006, 02:07:38 AM »

After being asked more than a few times for the source to our botserv request module, i have decide to make a release of it.  It is pretty well documented, but please read carefully, especially if you are going to run it with anope 1.6x

http://www.criten.net/files/bs_request.c

and for you windows people...

http://www.criten.net/files/bs_request.zip

have fun!

[Edited on 27-3-2006 by drak]
Logged

Bordom

  • Guest
(No subject)
« Reply #1 on: March 27, 2006, 03:40:22 PM »

Right on, thanks for the module! good documentation and good use! I really appreciate it and will use it.


Now, I just wish the fantasy module could be updated for 1.7 :P
Logged

drak

  • Guest
(No subject)
« Reply #2 on: March 28, 2006, 05:24:11 PM »

Hey, thanks for the positive feedback.  

I havent tried to compile it on windows, tho.. so if anyone does, let me know if it works or not - as well as any other problems with it..

[Edited on 28-3-2006 by drak]
Logged

drak

  • Guest
(No subject)
« Reply #3 on: April 11, 2006, 08:06:59 PM »

I was recently made aware of a flaw with my importing functions from botserv.c which causes it to fail on importing unassign on some 1.7 versions. You can get a new copy from the same download sites:

http://www.criten.net/files/bs_request.c

and for you windows people...

http://www.criten.net/files/bs_request.zip
Logged

nexus

  • Anope User
  • Offline Offline
  • Posts: 3
(No subject)
« Reply #4 on: April 15, 2006, 04:49:53 AM »

This module is a very cool one indeed, thanks for sharing it drak! Works great so far on Anope 1.6.4 and Unreal 3.2.2 ;)
Logged

nexus

  • Anope User
  • Offline Offline
  • Posts: 3
(No subject)
« Reply #5 on: May 22, 2006, 12:42:42 AM »

One idea for this module would be to have a memo sent out to the requestor when a request is rejected, that way they know why it was rejected, like the hs_request module does. Otherwise this module is great ;)
Logged

debug

  • Anope User
  • Offline Offline
  • Posts: 2
    • http://www.rebras.org
(No subject)
« Reply #6 on: April 04, 2008, 04:40:49 PM »

Hi, I used the anope 1.6.5, And are experiencing the following error in the compilation:

bs_request.c:458: error: `ci' undeclared (first use in this function)
bs_request.c:458: error: (Each undeclared identifier is reported only once
bs_request.c:458: error: for each function it appears in.)

   
Someone could help me?
Thanks :)
Logged
i love you Paola x3
irc.rebras.org
http://www.rebras.org

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
(No subject)
« Reply #7 on: April 04, 2008, 05:06:49 PM »

Quote
Originally posted by drak
I was recently made aware of a flaw with my importing functions from botserv.c which causes it to fail on importing unassign on some 1.7 versions. You can get a new copy from the same download sites:

http://www.criten.net/files/bs_request.c

and for you windows people...

http://www.criten.net/files/bs_request.zip


line 458 should be:
Code: [Select]
send_cmd(s_ChanServ, "MODE %s +ao %s %s", BSCHAN, s_BotServ, s_BotServ);
Logged
Your IP: ()
My IRC Status:

Come along and visit http://www.anopequotes.org/

debug

  • Anope User
  • Offline Offline
  • Posts: 2
    • http://www.rebras.org
(No subject)
« Reply #8 on: April 07, 2008, 04:42:14 PM »

hi, now, after botserv be created, he enters the channel with the mode the +a instead of the +ao :C

I am using anope1.6.5 with ptlink 6.15.0 :D

Help me? :(

[Editado em 7-4-2008 por debug]

[Editado em 7-4-2008 por debug]
Logged
i love you Paola x3
irc.rebras.org
http://www.rebras.org
Pages: [1]   Go Up