Anope IRC Services

Anope Development => Modules => Topic started by: kefou on May 13, 2006, 10:30:36 PM

Title: [request] new db
Post by: kefou on May 13, 2006, 10:30:36 PM
hello,
is it possible to create a module that contains all information about each user ?

other.db:
nick password channel_owner vhost

example:
kefou 1234 #mychannel kefou.pwet.com
blabla 145 none none
azer 124 #blaz aze.me.com
[...]
the module must be active on /cs register, /ns register, /cs set founder,/ns set password, /hs set, /hs del
thanks :)

[Edite le 14-5-2006 par kefou]
Title:
Post by: GhosT on May 15, 2006, 12:59:46 PM
/ns info NICK all
/ns alist NICK
Is this not enough to get user information?
Title:
Post by: kefou on May 15, 2006, 06:50:23 PM
yes but i want that in a .db, how do it ?
Title:
Post by: Trystan Scott Lee on May 15, 2006, 07:32:45 PM
anope's mysql will store this in a database,.. guessing you want it dumped to a text file that is pass delimited.
Title:
Post by: kefou on May 17, 2006, 06:27:40 PM
is there a module (without mysql) to crate a .db with all what i want ? :p
Title:
Post by: Tom65789 on May 17, 2006, 06:58:09 PM
there isnt one unless you create your own module
Title:
Post by: Trystan Scott Lee on May 18, 2006, 01:25:08 AM
all this info is in nick.db, none of which is text readable.. you still need a module to dump this info to a format you can read..
Title:
Post by: kefou on May 18, 2006, 06:39:09 PM
i don't code the C language :/