Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- case $frontend
- when "profanity"
- respond "#{value[:name]} is in room #{value[:room]} via the #{value[:entry]} and charges #{value[:currency]}"
- when "stormfront"
- linkify = '<d cmd=";go2 ' + "#{value[:room]}" + '">' + "#{value[:name]}" + '</d>'
- puts "#{linkify} go #{value[:entry]}, room #{value[:room]} and charges #{value[:currency]}"
- else
- respond "#{value[:name]} is in room #{value[:room]} via the #{value[:entry]}"
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment