comparison src/protocols/irc/msgs.c @ 10816:c94f40ffcafb

[gaim-migrate @ 12471] rlaager reverted objectionable spacing changes committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 11 Apr 2005 15:26:51 +0000
parents d087e928ffd1
children a659e6bac294
comparison
equal deleted inserted replaced
10815:65c818fb218e 10816:c94f40ffcafb
781 } 781 }
782 782
783 void irc_msg_badnick(struct irc_conn *irc, const char *name, const char *from, char **args) 783 void irc_msg_badnick(struct irc_conn *irc, const char *name, const char *from, char **args)
784 { 784 {
785 gaim_connection_error(gaim_account_get_connection(irc->account), 785 gaim_connection_error(gaim_account_get_connection(irc->account),
786 _("Your selected account name was rejected by the server. It probably contains invalid characters.")); 786 _("Your selected account name was rejected by the server. It probably contains invalid characters."));
787 } 787 }
788 788
789 void irc_msg_nickused(struct irc_conn *irc, const char *name, const char *from, char **args) 789 void irc_msg_nickused(struct irc_conn *irc, const char *name, const char *from, char **args)
790 { 790 {
791 char *newnick, *buf, *end; 791 char *newnick, *buf, *end;