1 (edited by vvk 2009-05-29 11:43:30)

Topic: [Tool] xmpp-noteefy - jabber bot for teeworlds server

xmpp-noteefy is a Jabber bot designed to parse teeworlds server output to notify users of a specified Jabber conference room. It's written in perl.

Bot talks to users and parses teeworlds log according to the rules defined in rules.pl.

Note that bot cannot use SRV records currently for joining jabber servers :[

Example:

[16:29:45] *RTC-1x1 : DTT^Dozer RUS has come
[16:29:54] *RTC-1x1 : DEN RAP has come
[16:33:08] *RTC-1x1 : [Rz.G]haze22  has come and is playing with .:Mr.Bri@n:., P|ro~1M!, RaCh_Xoo!, P|ro~GT-X![RUS]

You can get the source from author's git repository using

git clone git://vminko.org/xmpp-noteefy

or, you can download latest snapshot from
http://git.altlinux.org/people/vvk/pack … EAD;sf=tgz

2

Re: [Tool] xmpp-noteefy - jabber bot for teeworlds server

Sorry but i think you should explain it better, im too stupid to understand tongue
And did i see the word "bot" Not a good idea, bots aren't supported. Correct me if i am wrong tho!

Bye.

3

Re: [Tool] xmpp-noteefy - jabber bot for teeworlds server

Mods arent supported too...
I think this tool sends events happened it server to some jabber chatroom.

Drowning dwarves lately

4

Re: [Tool] xmpp-noteefy - jabber bot for teeworlds server

Jeah, as i've understand, this tool does nothing else than broadcast the teeworlds log file into jabber, telling the other members who is playing and where. For now it doesn't work to join server directly. Is so?

Support Staff - ESL.eu Teeworlds Admin

5

Re: [Tool] xmpp-noteefy - jabber bot for teeworlds server

It parses the log of the server and sends messages to jabber chat room (or performs other actions) on defined events. The need for the server log practically means that you have to start the bot on the same machine as the server. I have been studying teeworlds protocol lately and I think I can write another version that talks directly to the server. However, it's a lot of work and I'm not sure if anyone is interested in such a program.

-- the author.

6

Re: [Tool] xmpp-noteefy - jabber bot for teeworlds server

Jini wrote:

It parses the log of the server and sends messages to jabber chat room (or performs other actions) on defined events. The need for the server log practically means that you have to start the bot on the same machine as the server. I have been studying teeworlds protocol lately and I think I can write another version that talks directly to the server. However, it's a lot of work and I'm not sure if anyone is interested in such a program.

-- the author.

it could be very good if multi-platform like teeworlds... and we could integrate a jabber-chat into teeworlds big_smile
but i think this work is really hard

Support Staff - ESL.eu Teeworlds Admin