-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
28 lines (18 loc) · 827 Bytes
/
README
File metadata and controls
28 lines (18 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
gBot
----
21st January, 2010
You must have Qt4 devel packages installed. You should also have DBus and qdbus installed.
To build the project follow these steps:
1) Type qmake-qt4 -project
2) Type qmake-qt4
3) Type make
4) ./bot -c configFile.ini
You have your bot up and running. It listens at the DBus interface specified in configFile.ini.
Change the parameters there as you see fit.
Now, copy post-commit.sh to .git/hooks/post-commit of your git repository. Change the DBus interface
string there to reflect the one set in configFile.ini.
You can also write custom scripts. For example, you can type the following to the Qt_bot:
Qt_bot, !time
You have to write a time.js script and put it in the same directory as the executable. The time.js
scripe gets called.
Contact debayan@forwardbias.in for further queries.