comparison mcabber/src/settings.h @ 1395:d431cd75eb53

Use bookmarked nickname when manually joining a room
author Mikael Berthe <mikael@lilotux.net>
date Mon, 10 Dec 2007 21:45:24 +0100
parents 37b41ed9ed35
children a087125d8fc8
comparison
equal deleted inserted replaced
1394:bba74a50dedf 1395:d431cd75eb53
50 void settings_otr_setpolicy(const char *bjid, guint value); 50 void settings_otr_setpolicy(const char *bjid, guint value);
51 #endif 51 #endif
52 52
53 guint get_max_history_blocks(void); 53 guint get_max_history_blocks(void);
54 54
55 char *default_muc_nickname(void); 55 char *default_muc_nickname(const char *roomid);
56 56
57 const gchar *isbound(int key); 57 const gchar *isbound(int key);
58 58
59 #endif /* __SETTINGS_H__ */ 59 #endif /* __SETTINGS_H__ */
60 60