- Timestamp:
- 2006-01-19T16:34:41Z (19 years ago)
- Branches:
- master
- Children:
- bd9b00f
- Parents:
- 4c266f2 (diff), 4c266f2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc.c
r4c266f2 r2face62 27 27 #include "bitlbee.h" 28 28 #include "crypting.h" 29 #include "ipc.h" 29 30 30 31 static gboolean irc_userping( gpointer _irc ); … … 689 690 u->realname = g_strdup( irc->realname ); 690 691 u->online = 1; 691 // u->send_handler = msg_echo;692 692 irc_spawn( irc, u ); 693 693 694 694 irc_usermsg( irc, "Welcome to the BitlBee gateway!\n\nIf you've never used BitlBee before, please do read the help information using the \x02help\x02 command. Lots of FAQ's are answered there." ); 695 696 if( global.conf->runmode == RUNMODE_FORKDAEMON ) 697 ipc_to_master_str( "CLIENT %s %s :%s\r\n", irc->host, irc->nick, irc->realname ); 695 698 696 699 irc->status = USTATUS_LOGGED_IN;
Note: See TracChangeset
for help on using the changeset viewer.