Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # u góry:
- CHANNEL_NAME = "#wykoppl"
- # zamień w on :connect czy tam on :join
- on :join do |m|
- bot.irc.send "MODE " + NICK_BOTA + " +B"
- if m.user.to_s.downcase == NICK_BOTA.downcase
- bot.Channel(CHANNEL_NAME).send("WITAM WSZYSTKIE POLSKIE #{TABLICA.upcase}!")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement