3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-04-01 21:36:56 +02:00
Pragmatic Software a0c798dd2a Expand factoid variables in /call statements
This allows us to call random factoids.

E.g.:

  factadd global fact1 is /say This is fact1.
  factadd global fact2 is /say Fact2 is also a pretty neat fact.
  factadd global fact3 is /say But don't forget about fact3!
  factadd global facts is fact1 fact2 fact3
  factadd global randomfact is /call $facts

Invoking the `randomfact` factoid will now randomy pick between
fact1, fact2 and fact3.

This was added to support the `randomkr` factoid.
2015-07-06 19:39:33 -07:00
..
2015-02-15 20:19:51 -08:00
2015-07-01 15:18:55 -07:00
2015-06-05 22:27:21 -07:00
2014-05-31 01:08:01 +00:00
2015-07-05 17:49:06 -07:00
2015-07-05 17:49:21 -07:00