Anope IRC Services

Anope Development => Modules => Topic started by: drak on March 27, 2006, 02:07:38 AM

Title: bs_request released.
Post by: drak 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]
Title:
Post by: Bordom 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
Title:
Post by: drak 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]
Title:
Post by: drak 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
Title:
Post by: nexus 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 ;)
Title:
Post by: nexus 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 ;)
Title:
Post by: debug 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 :)
Title:
Post by: Jobe 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);
Title:
Post by: debug 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]