176a931984
Minbif aims to use the libpurple library from the Pidgin project to provide an IRC-friendly instant messaging client. It also maps everything to pure IRC commands, giving it an intuitive, natural feeling. Joining a conversation is a simple /join, banning an user is a real IRC ban, sending files by a simple DCC, etc. Comment out the full-bloat-video-audio flavor atm, until someone tests it.. with feedback and ok jasper@
13 lines
361 B
Plaintext
13 lines
361 B
Plaintext
$OpenBSD: patch-minbif_conf,v 1.1.1.1 2010/09/13 19:44:40 landry Exp $
|
|
--- minbif.conf.orig Thu Jul 1 21:49:16 2010
|
|
+++ minbif.conf Thu Jul 1 21:49:25 2010
|
|
@@ -3,7 +3,7 @@ path {
|
|
|
|
# Users directory, where minbif will write
|
|
# every settings.
|
|
- users = /var/lib/minbif/users
|
|
+ users = /var/minbif/
|
|
|
|
# Path to motd file.
|
|
motd = /etc/minbif/minbif.motd
|