Anope IRC Services

Anope Development => Feature Requests => Topic started by: BigBen on December 17, 2006, 09:37:56 PM

Title: bs_weather
Post by: BigBen on December 17, 2006, 09:37:56 PM
can anyone try to make a bs_weather module for the botserv services? if u can tell me
Title:
Post by: Jobe on December 17, 2006, 09:44:01 PM
First of all what does it do?

Yeah someone can create a module called bs_weather but it wouldnt do anything because you havnt said what you want it to do.
Title:
Post by: BigBen on December 17, 2006, 10:35:37 PM
oh, yea, i want it to do like any kind of weather from all over the world, the command will be /msg botserv help weather  and here's the options list of what it would have.

Syntax: help Weather Command

Sets the Weather Options.

Weather On  This is where you can turn off or on the weather command for the room you request.

Weather Set  You can set what you want in the weather when the command is said.


Syntax: Set Weather Option

Weather Temp    You can set if you want the weather to have a temp. in the text.

Weather Humidity  You can set if you want the weather to have a Humidity in the text.

Weather Alert    You can set if you want the weather to have a Alert in the text. This will be already on, it will be better if you have it on.



Thats kinda it, if someone thinks they want to put another one, your more then welcome to.
Title:
Post by: Pieter Bootsma on December 18, 2006, 02:21:27 PM
And i assume you want it to be reporting info into the channel as well, with something like !weather... and of course the user giving that command would have to enter a region of which the weather should be shown.... (no BigBen didn't specify this, but i assume it has to be useful ;))
Title:
Post by: BigBen on December 18, 2006, 09:46:19 PM
yea, it will need to report it in the channel the command was given, like for Ex. !weather 5555   or !weather -city- -state-     they can respond with both commands.
Title:
Post by: Jan Milants on December 18, 2006, 11:45:45 PM
seems to me more like someting a seperate bot like an eggdrop should be handling, not services...
Title:
Post by: BigBen on December 19, 2006, 01:36:04 AM
well, u can try to make it, and i can test it, and see.
Title:
Post by: Jan Milants on December 19, 2006, 01:11:33 PM
just for the record, this allready exists for eggdrops...

and no i don't plan on making anything like this for anope, nothing services should be doin imho....
Title:
Post by: Jobe on December 19, 2006, 01:20:59 PM
I have to say i agree with Viper. The features Anope provides via its BotServ bots have never really been the sort of thing services should be handling. But Anope does provide these features out of goodwill and for its own benefit.

So you should be greatful Anope has BotServ and provides you with bots you can use in your channel.
Title:
Post by: BigBen on December 20, 2006, 02:44:23 AM
what ever, i just think it's cool, but may be can someone make a update serv
that IRC OPs can set to what was updated, and reg. users can type /msg UpdateServ new    and for the part with the IRC OPS to set, can be /msg UpdateServ set -new update-   i think that's kinda it, oh, and name the module
ircd_updateserv.dll

and i dont know if this is needed for a ircd module.

# USNick [REQUIRED]
# The nickname of the bot.

USNick "UpdateServ"

# USIdent [REQUIRED]
# The identd of the bot.

USIdent "US"

# USHost [OPTIONAL]
# The vhost or hostmask of the bot.

USHost "MyNet.Update.News.Serv"

# uSReal [REQUIRED]
# The realname of the Bot.

USReal "/msg UpdateServ HELP"

# GSModes [OPTIONAL]
# Modes the bot will have.

USModes "+oSqB"

# USQuitMsg [OPTIONAL]
# The bot quit msg when the module gets unloaded.

USQuitMsg "Chasing Ghosts!"

# GSAutoJoin [OPTIONAL]
# Define this if you want the bot to automatically
# join your services log channel.

US AutoJoin

[Edited on 20-12-2006 by BigBen]