Glob2Chan: Change welcome message.

master
Valentin Lorentz 2013-04-27 11:16:52 +00:00
parent 43cbf82403
commit 67663db91a
1 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,8 @@ class Glob2Chan(callbacks.Plugin):
irc.queueMsg(ircmsgs.privmsg(nick, ('Hi %s, welcome to the '
'globulation online game room. There are currently %i '
'people connected via IRC, they may awaken and challenge '
'you to a game.') %
'you to a game. Please stay here a few minutes, someone '
'may connect in the meantime.') %
(nick, len(irc.state.channels[channel].users))))
if nick.startswith('[YOG]'):
irc.queueMsg(ircmsgs.IrcMsg(s='WHOIS %s' % nick))